Blue Ocean
#009dc4
Here's everything about the color Blue Ocean (#009dc4) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #009dc4 | |
|---|---|---|
| RGB | rgb(0, 157, 196) | |
| HSL | hsl(192, 100%, 38%) | |
| CMYK | cmyk(100%, 20%, 0%, 23%) | |
| LAB | lab(59, -25, -30) | |
| OKLCH | oklch(0.65 0.121 224) |
Color harmonies
Tints & shades
Code snippets
color: #009dc4;
background-color: #009dc4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-sky-500 /* ≈ #00a6f4 */
/* Flutter */
Color(0xFF009DC4)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.62, blue: 0.77, alpha: 1.0)