Shades of Deep Sky Blue #04D8FF
Tints of Deep Sky Blue #04D8FF
RGB
CMYK
RGB Variations
Color information
#04D8FF (or 0x04D8FF) is known color: Deep Sky Blue. HEX triplet: 04, D8 and FF. RGB value is (4,216,255). Sum of RGB (Red+Green+Blue) = 4+216+255=475 (62% of max value = 765). Red value is 4 (1.95% from 255 or 0.84% from 475); Green value is 216 (84.77% from 255 or 45.47% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #04D8FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04D8FF is #FB2700. Grayscale: #9C9C9C. Windows color (decimal): -16459521 or 16766980. OLE color: 16766980.
HSL color Cylindrical-coordinate representation of color #04D8FF: hue angle of 189.32º 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 #04D8FF is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 216 | 255 | - |
| CMYK | 0.98 | 0.15 | 0 | 0 |
| HSL | 189.32º | 1% | 0.51% | - |
| HSV(B) | 189.32º | 0.98% | 1% | - |
| XYZ | 42.66 | 56.36 | 103.24 | - |
| YUV | 157.06 | 183.26 | 18.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 216 | 255 | 0.98 | 0.15 | 0 | 0 | 189.32 | 1 | 0.51 |
| Hex | 4 | D8 | FF | 62 | F | 0 | 0 | BD | 64 | 33 |
| Octal | 4 | 330 | 377 | 142 | 17 | 0 | 0 | 275 | 144 | 63 |
| Binary | 100 | 11011000 | 11111111 | 1100010 | 1111 | 0 | 0 | 10111101 | 1100100 | 110011 |
Color Harmonies of #04D8FF
Complementary color
Monochromatic Colors of #04D8FF
Black with #04D8FF
Text Example
Text Example
White with #04D8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D8FF; }
p { color: rgb(4,216,255); }
H1.HeaderClassName
{
color: #04D8FF;
}
.AnyTagClassName
{
color: #04D8FF;
}
</style>
background-color css
<style>
a { background-color: #04D8FF; }
a { background-color: rgb(4,216,255); }
div.DivClassName
{
background-color: #04D8FF;
}
.BgClassName
{
background-color: #04D8FF;
}
</style>
border-color css
<style>
span { border-color: #04D8FF; }
span { border-color: rgb(4,216,255); }
td.TdClassName
{
border-color: #04D8FF;
}
.TagClassName
{
border-color: #04D8FF;
}
</style>