Shades of Deep Sky Blue #04DEFF
Tints of Deep Sky Blue #04DEFF
RGB
CMYK
RGB Variations
Color information
#04DEFF (or 0x04DEFF) is known color: Deep Sky Blue. HEX triplet: 04, DE and FF. RGB value is (4,222,255). Sum of RGB (Red+Green+Blue) = 4+222+255=481 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.83% from 481); Green value is 222 (87.11% from 255 or 46.15% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #04DEFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DEFF is #FB2100. Grayscale: #A0A0A0. Windows color (decimal): -16457985 or 16768516. OLE color: 16768516.
HSL color Cylindrical-coordinate representation of color #04DEFF: hue angle of 187.89º 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 #04DEFF is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 222 | 255 | - |
| CMYK | 0.98 | 0.13 | 0 | 0 |
| HSL | 187.89º | 1% | 0.51% | - |
| HSV(B) | 187.89º | 0.98% | 1% | - |
| XYZ | 44.22 | 59.49 | 103.76 | - |
| YUV | 160.58 | 181.28 | 16.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 222 | 255 | 0.98 | 0.13 | 0 | 0 | 187.89 | 1 | 0.51 |
| Hex | 4 | DE | FF | 62 | D | 0 | 0 | BC | 64 | 33 |
| Octal | 4 | 336 | 377 | 142 | 15 | 0 | 0 | 274 | 144 | 63 |
| Binary | 100 | 11011110 | 11111111 | 1100010 | 1101 | 0 | 0 | 10111100 | 1100100 | 110011 |
Color Harmonies of #04DEFF
Complementary color
Monochromatic Colors of #04DEFF
Black with #04DEFF
Text Example
Text Example
White with #04DEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DEFF; }
p { color: rgb(4,222,255); }
H1.HeaderClassName
{
color: #04DEFF;
}
.AnyTagClassName
{
color: #04DEFF;
}
</style>
background-color css
<style>
a { background-color: #04DEFF; }
a { background-color: rgb(4,222,255); }
div.DivClassName
{
background-color: #04DEFF;
}
.BgClassName
{
background-color: #04DEFF;
}
</style>
border-color css
<style>
span { border-color: #04DEFF; }
span { border-color: rgb(4,222,255); }
td.TdClassName
{
border-color: #04DEFF;
}
.TagClassName
{
border-color: #04DEFF;
}
</style>