Shades of Deep Sky Blue #04CEEC
Tints of Deep Sky Blue #04CEEC
RGB
CMYK
RGB Variations
Color information
#04CEEC (or 0x04CEEC) is known color: Deep Sky Blue. HEX triplet: 04, CE and EC. RGB value is (4,206,236). Sum of RGB (Red+Green+Blue) = 4+206+236=446 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.90% from 446); Green value is 206 (80.86% from 255 or 46.19% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #04CEEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04CEEC is #FB3113. Grayscale: #949494. Windows color (decimal): -16462100 or 15519236. OLE color: 15519236.
HSL color Cylindrical-coordinate representation of color #04CEEC: hue angle of 187.76º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CEEC is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 206 | 236 | - |
| CMYK | 0.98 | 0.13 | 0 | 0.07 |
| HSL | 187.76º | 0.97% | 0.47% | - |
| HSV(B) | 187.76º | 0.98% | 0.93% | - |
| XYZ | 37.26 | 50.22 | 87.09 | - |
| YUV | 149.02 | 177.08 | 24.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 206 | 236 | 0.98 | 0.13 | 0 | 0.07 | 187.76 | 0.97 | 0.47 |
| Hex | 4 | CE | EC | 62 | D | 0 | 7 | BC | 61 | 2F |
| Octal | 4 | 316 | 354 | 142 | 15 | 0 | 7 | 274 | 141 | 57 |
| Binary | 100 | 11001110 | 11101100 | 1100010 | 1101 | 0 | 111 | 10111100 | 1100001 | 101111 |
Color Harmonies of #04CEEC
Complementary color
Monochromatic Colors of #04CEEC
Black with #04CEEC
Text Example
Text Example
White with #04CEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CEEC; }
p { color: rgb(4,206,236); }
H1.HeaderClassName
{
color: #04CEEC;
}
.AnyTagClassName
{
color: #04CEEC;
}
</style>
background-color css
<style>
a { background-color: #04CEEC; }
a { background-color: rgb(4,206,236); }
div.DivClassName
{
background-color: #04CEEC;
}
.BgClassName
{
background-color: #04CEEC;
}
</style>
border-color css
<style>
span { border-color: #04CEEC; }
span { border-color: rgb(4,206,236); }
td.TdClassName
{
border-color: #04CEEC;
}
.TagClassName
{
border-color: #04CEEC;
}
</style>