Shades of Deep Sky Blue #04CEEF
Tints of Deep Sky Blue #04CEEF
RGB
CMYK
RGB Variations
Color information
#04CEEF (or 0x04CEEF) is known color: Deep Sky Blue. HEX triplet: 04, CE and EF. RGB value is (4,206,239). Sum of RGB (Red+Green+Blue) = 4+206+239=449 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.89% from 449); Green value is 206 (80.86% from 255 or 45.88% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #04CEEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04CEEF is #FB3110. Grayscale: #959595. Windows color (decimal): -16462097 or 15715844. OLE color: 15715844.
HSL color Cylindrical-coordinate representation of color #04CEEF: hue angle of 188.43º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CEEF is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 4 | 206 | 239 | - |
| CMYK | 0.98 | 0.14 | 0 | 0.06 |
| HSL | 188.43º | 0.97% | 0.48% | - |
| HSV(B) | 188.43º | 0.98% | 0.94% | - |
| XYZ | 37.7 | 50.4 | 89.4 | - |
| YUV | 149.36 | 178.58 | 24.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 206 | 239 | 0.98 | 0.14 | 0 | 0.06 | 188.43 | 0.97 | 0.48 |
| Hex | 4 | CE | EF | 62 | E | 0 | 6 | BC | 61 | 30 |
| Octal | 4 | 316 | 357 | 142 | 16 | 0 | 6 | 274 | 141 | 60 |
| Binary | 100 | 11001110 | 11101111 | 1100010 | 1110 | 0 | 110 | 10111100 | 1100001 | 110000 |
Color Harmonies of #04CEEF
Complementary color
Monochromatic Colors of #04CEEF
Black with #04CEEF
Text Example
Text Example
White with #04CEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CEEF; }
p { color: rgb(4,206,239); }
H1.HeaderClassName
{
color: #04CEEF;
}
.AnyTagClassName
{
color: #04CEEF;
}
</style>
background-color css
<style>
a { background-color: #04CEEF; }
a { background-color: rgb(4,206,239); }
div.DivClassName
{
background-color: #04CEEF;
}
.BgClassName
{
background-color: #04CEEF;
}
</style>
border-color css
<style>
span { border-color: #04CEEF; }
span { border-color: rgb(4,206,239); }
td.TdClassName
{
border-color: #04CEEF;
}
.TagClassName
{
border-color: #04CEEF;
}
</style>