Shades of Deep Sky Blue #04CEFE
Tints of Deep Sky Blue #04CEFE
RGB
CMYK
RGB Variations
Color information
#04CEFE (or 0x04CEFE) is known color: Deep Sky Blue. HEX triplet: 04, CE and FE. RGB value is (4,206,254). Sum of RGB (Red+Green+Blue) = 4+206+254=464 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.86% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #04CEFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04CEFE is #FB3101. Grayscale: #969696. Windows color (decimal): -16462082 or 16698884. OLE color: 16698884.
HSL color Cylindrical-coordinate representation of color #04CEFE: hue angle of 191.52º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CEFE is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 206 | 254 | - |
| CMYK | 0.98 | 0.19 | 0 | 0.00 |
| HSL | 191.52º | 0.99% | 0.51% | - |
| HSV(B) | 191.52º | 0.98% | 1% | - |
| XYZ | 40.01 | 51.32 | 101.56 | - |
| YUV | 151.07 | 186.08 | 23.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 206 | 254 | 0.98 | 0.19 | 0 | 0.00 | 191.52 | 0.99 | 0.51 |
| Hex | 4 | CE | FE | 62 | 13 | 0 | 0 | C0 | 63 | 33 |
| Octal | 4 | 316 | 376 | 142 | 23 | 0 | 0 | 300 | 143 | 63 |
| Binary | 100 | 11001110 | 11111110 | 1100010 | 10011 | 0 | 0 | 11000000 | 1100011 | 110011 |
Color Harmonies of #04CEFE
Complementary color
Monochromatic Colors of #04CEFE
Black with #04CEFE
Text Example
Text Example
White with #04CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CEFE; }
p { color: rgb(4,206,254); }
H1.HeaderClassName
{
color: #04CEFE;
}
.AnyTagClassName
{
color: #04CEFE;
}
</style>
background-color css
<style>
a { background-color: #04CEFE; }
a { background-color: rgb(4,206,254); }
div.DivClassName
{
background-color: #04CEFE;
}
.BgClassName
{
background-color: #04CEFE;
}
</style>
border-color css
<style>
span { border-color: #04CEFE; }
span { border-color: rgb(4,206,254); }
td.TdClassName
{
border-color: #04CEFE;
}
.TagClassName
{
border-color: #04CEFE;
}
</style>