Shades of Deep Sky Blue #04CEF0
Tints of Deep Sky Blue #04CEF0
RGB
CMYK
RGB Variations
Color information
#04CEF0 (or 0x04CEF0) is known color: Deep Sky Blue. HEX triplet: 04, CE and F0. RGB value is (4,206,240). Sum of RGB (Red+Green+Blue) = 4+206+240=450 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.89% from 450); Green value is 206 (80.86% from 255 or 45.78% from 450); Blue value is 240 (94.14% from 255 or 53.33% from 450); Max value from RGB is 240 - color contains mainly: blue. Hex color #04CEF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04CEF0 is #FB310F. Grayscale: #959595. Windows color (decimal): -16462096 or 15781380. OLE color: 15781380.
HSL color Cylindrical-coordinate representation of color #04CEF0: hue angle of 188.64º 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 #04CEF0 is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 4 | 206 | 240 | - |
| CMYK | 0.98 | 0.14 | 0 | 0.06 |
| HSL | 188.64º | 0.97% | 0.48% | - |
| HSV(B) | 188.64º | 0.98% | 0.94% | - |
| XYZ | 37.85 | 50.46 | 90.18 | - |
| YUV | 149.48 | 179.08 | 24.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 206 | 240 | 0.98 | 0.14 | 0 | 0.06 | 188.64 | 0.97 | 0.48 |
| Hex | 4 | CE | F0 | 62 | E | 0 | 6 | BD | 61 | 30 |
| Octal | 4 | 316 | 360 | 142 | 16 | 0 | 6 | 275 | 141 | 60 |
| Binary | 100 | 11001110 | 11110000 | 1100010 | 1110 | 0 | 110 | 10111101 | 1100001 | 110000 |
Color Harmonies of #04CEF0
Complementary color
Monochromatic Colors of #04CEF0
Black with #04CEF0
Text Example
Text Example
White with #04CEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CEF0; }
p { color: rgb(4,206,240); }
H1.HeaderClassName
{
color: #04CEF0;
}
.AnyTagClassName
{
color: #04CEF0;
}
</style>
background-color css
<style>
a { background-color: #04CEF0; }
a { background-color: rgb(4,206,240); }
div.DivClassName
{
background-color: #04CEF0;
}
.BgClassName
{
background-color: #04CEF0;
}
</style>
border-color css
<style>
span { border-color: #04CEF0; }
span { border-color: rgb(4,206,240); }
td.TdClassName
{
border-color: #04CEF0;
}
.TagClassName
{
border-color: #04CEF0;
}
</style>