Shades of Deep Sky Blue #04CBEC
Tints of Deep Sky Blue #04CBEC
RGB
CMYK
RGB Variations
Color information
#04CBEC (or 0x04CBEC) is known color: Deep Sky Blue. HEX triplet: 04, CB and EC. RGB value is (4,203,236). Sum of RGB (Red+Green+Blue) = 4+203+236=443 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.90% from 443); Green value is 203 (79.69% from 255 or 45.82% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #04CBEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04CBEC is #FB3413. Grayscale: #929292. Windows color (decimal): -16462868 or 15518468. OLE color: 15518468.
HSL color Cylindrical-coordinate representation of color #04CBEC: hue angle of 188.53º 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 #04CBEC is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 203 | 236 | - |
| CMYK | 0.98 | 0.14 | 0 | 0.07 |
| HSL | 188.53º | 0.97% | 0.47% | - |
| HSV(B) | 188.53º | 0.98% | 0.93% | - |
| XYZ | 36.55 | 48.79 | 86.85 | - |
| YUV | 147.26 | 178.07 | 25.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 203 | 236 | 0.98 | 0.14 | 0 | 0.07 | 188.53 | 0.97 | 0.47 |
| Hex | 4 | CB | EC | 62 | E | 0 | 7 | BD | 61 | 2F |
| Octal | 4 | 313 | 354 | 142 | 16 | 0 | 7 | 275 | 141 | 57 |
| Binary | 100 | 11001011 | 11101100 | 1100010 | 1110 | 0 | 111 | 10111101 | 1100001 | 101111 |
Color Harmonies of #04CBEC
Complementary color
Monochromatic Colors of #04CBEC
Black with #04CBEC
Text Example
Text Example
White with #04CBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CBEC; }
p { color: rgb(4,203,236); }
H1.HeaderClassName
{
color: #04CBEC;
}
.AnyTagClassName
{
color: #04CBEC;
}
</style>
background-color css
<style>
a { background-color: #04CBEC; }
a { background-color: rgb(4,203,236); }
div.DivClassName
{
background-color: #04CBEC;
}
.BgClassName
{
background-color: #04CBEC;
}
</style>
border-color css
<style>
span { border-color: #04CBEC; }
span { border-color: rgb(4,203,236); }
td.TdClassName
{
border-color: #04CBEC;
}
.TagClassName
{
border-color: #04CBEC;
}
</style>