Shades of Deep Sky Blue #04CEFF
Tints of Deep Sky Blue #04CEFF
RGB
CMYK
RGB Variations
Color information
#04CEFF (or 0x04CEFF) is known color: Deep Sky Blue. HEX triplet: 04, CE and FF. RGB value is (4,206,255). Sum of RGB (Red+Green+Blue) = 4+206+255=465 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.86% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #04CEFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04CEFF is #FB3100. Grayscale: #969696. Windows color (decimal): -16462081 or 16764420. OLE color: 16764420.
HSL color Cylindrical-coordinate representation of color #04CEFF: hue angle of 191.71º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CEFF is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 206 | 255 | - |
| CMYK | 0.98 | 0.19 | 0 | 0 |
| HSL | 191.71º | 1% | 0.51% | - |
| HSV(B) | 191.71º | 0.98% | 1% | - |
| XYZ | 40.17 | 51.39 | 102.41 | - |
| YUV | 151.19 | 186.58 | 23.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 206 | 255 | 0.98 | 0.19 | 0 | 0 | 191.71 | 1 | 0.51 |
| Hex | 4 | CE | FF | 62 | 13 | 0 | 0 | C0 | 64 | 33 |
| Octal | 4 | 316 | 377 | 142 | 23 | 0 | 0 | 300 | 144 | 63 |
| Binary | 100 | 11001110 | 11111111 | 1100010 | 10011 | 0 | 0 | 11000000 | 1100100 | 110011 |
Color Harmonies of #04CEFF
Complementary color
Monochromatic Colors of #04CEFF
Black with #04CEFF
Text Example
Text Example
White with #04CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CEFF; }
p { color: rgb(4,206,255); }
H1.HeaderClassName
{
color: #04CEFF;
}
.AnyTagClassName
{
color: #04CEFF;
}
</style>
background-color css
<style>
a { background-color: #04CEFF; }
a { background-color: rgb(4,206,255); }
div.DivClassName
{
background-color: #04CEFF;
}
.BgClassName
{
background-color: #04CEFF;
}
</style>
border-color css
<style>
span { border-color: #04CEFF; }
span { border-color: rgb(4,206,255); }
td.TdClassName
{
border-color: #04CEFF;
}
.TagClassName
{
border-color: #04CEFF;
}
</style>