Shades of Deep Sky Blue #04C2EF
Tints of Deep Sky Blue #04C2EF
RGB
CMYK
RGB Variations
Color information
#04C2EF (or 0x04C2EF) is known color: Deep Sky Blue. HEX triplet: 04, C2 and EF. RGB value is (4,194,239). Sum of RGB (Red+Green+Blue) = 4+194+239=437 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.92% from 437); Green value is 194 (76.17% from 255 or 44.39% from 437); Blue value is 239 (93.75% from 255 or 54.69% from 437); Max value from RGB is 239 - color contains mainly: blue. Hex color #04C2EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04C2EF is #FB3D10. Grayscale: #8D8D8D. Windows color (decimal): -16465169 or 15712772. OLE color: 15712772.
HSL color Cylindrical-coordinate representation of color #04C2EF: hue angle of 191.49º 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 #04C2EF is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 4 | 194 | 239 | - |
| CMYK | 0.98 | 0.19 | 0 | 0.06 |
| HSL | 191.49º | 0.97% | 0.48% | - |
| HSV(B) | 191.49º | 0.98% | 0.94% | - |
| XYZ | 34.92 | 44.84 | 88.48 | - |
| YUV | 142.32 | 182.55 | 29.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 194 | 239 | 0.98 | 0.19 | 0 | 0.06 | 191.49 | 0.97 | 0.48 |
| Hex | 4 | C2 | EF | 62 | 13 | 0 | 6 | BF | 61 | 30 |
| Octal | 4 | 302 | 357 | 142 | 23 | 0 | 6 | 277 | 141 | 60 |
| Binary | 100 | 11000010 | 11101111 | 1100010 | 10011 | 0 | 110 | 10111111 | 1100001 | 110000 |
Color Harmonies of #04C2EF
Complementary color
Monochromatic Colors of #04C2EF
Black with #04C2EF
Text Example
Text Example
White with #04C2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C2EF; }
p { color: rgb(4,194,239); }
H1.HeaderClassName
{
color: #04C2EF;
}
.AnyTagClassName
{
color: #04C2EF;
}
</style>
background-color css
<style>
a { background-color: #04C2EF; }
a { background-color: rgb(4,194,239); }
div.DivClassName
{
background-color: #04C2EF;
}
.BgClassName
{
background-color: #04C2EF;
}
</style>
border-color css
<style>
span { border-color: #04C2EF; }
span { border-color: rgb(4,194,239); }
td.TdClassName
{
border-color: #04C2EF;
}
.TagClassName
{
border-color: #04C2EF;
}
</style>