Shades of Deep Sky Blue #04CEF4
Tints of Deep Sky Blue #04CEF4
RGB
CMYK
RGB Variations
Color information
#04CEF4 (or 0x04CEF4) is known color: Deep Sky Blue. HEX triplet: 04, CE and F4. RGB value is (4,206,244). Sum of RGB (Red+Green+Blue) = 4+206+244=454 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.88% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 244 (95.70% from 255 or 53.74% from 454); Max value from RGB is 244 - color contains mainly: blue. Hex color #04CEF4 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04CEF4 is #FB310B. Grayscale: #959595. Windows color (decimal): -16462092 or 16043524. OLE color: 16043524.
HSL color Cylindrical-coordinate representation of color #04CEF4: hue angle of 189.5º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CEF4 is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 4 | 206 | 244 | - |
| CMYK | 0.98 | 0.16 | 0 | 0.04 |
| HSL | 189.5º | 0.97% | 0.49% | - |
| HSV(B) | 189.5º | 0.98% | 0.96% | - |
| XYZ | 38.45 | 50.7 | 93.35 | - |
| YUV | 149.93 | 181.08 | 23.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 206 | 244 | 0.98 | 0.16 | 0 | 0.04 | 189.5 | 0.97 | 0.49 |
| Hex | 4 | CE | F4 | 62 | 10 | 0 | 4 | BE | 61 | 31 |
| Octal | 4 | 316 | 364 | 142 | 20 | 0 | 4 | 276 | 141 | 61 |
| Binary | 100 | 11001110 | 11110100 | 1100010 | 10000 | 0 | 100 | 10111110 | 1100001 | 110001 |
Color Harmonies of #04CEF4
Complementary color
Monochromatic Colors of #04CEF4
Black with #04CEF4
Text Example
Text Example
White with #04CEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CEF4; }
p { color: rgb(4,206,244); }
H1.HeaderClassName
{
color: #04CEF4;
}
.AnyTagClassName
{
color: #04CEF4;
}
</style>
background-color css
<style>
a { background-color: #04CEF4; }
a { background-color: rgb(4,206,244); }
div.DivClassName
{
background-color: #04CEF4;
}
.BgClassName
{
background-color: #04CEF4;
}
</style>
border-color css
<style>
span { border-color: #04CEF4; }
span { border-color: rgb(4,206,244); }
td.TdClassName
{
border-color: #04CEF4;
}
.TagClassName
{
border-color: #04CEF4;
}
</style>