Shades of Deep Sky Blue #04D5FF
Tints of Deep Sky Blue #04D5FF
RGB
CMYK
RGB Variations
Color information
#04D5FF (or 0x04D5FF) is known color: Deep Sky Blue. HEX triplet: 04, D5 and FF. RGB value is (4,213,255). Sum of RGB (Red+Green+Blue) = 4+213+255=472 (62% of max value = 765). Red value is 4 (1.95% from 255 or 0.85% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #04D5FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04D5FF is #FB2A00. Grayscale: #9A9A9A. Windows color (decimal): -16460289 or 16766212. OLE color: 16766212.
HSL color Cylindrical-coordinate representation of color #04D5FF: hue angle of 190.04º 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 #04D5FF is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 213 | 255 | - |
| CMYK | 0.98 | 0.16 | 0 | 0 |
| HSL | 190.04º | 1% | 0.51% | - |
| HSV(B) | 190.04º | 0.98% | 1% | - |
| XYZ | 41.89 | 54.83 | 102.98 | - |
| YUV | 155.3 | 184.26 | 20.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 213 | 255 | 0.98 | 0.16 | 0 | 0 | 190.04 | 1 | 0.51 |
| Hex | 4 | D5 | FF | 62 | 10 | 0 | 0 | BE | 64 | 33 |
| Octal | 4 | 325 | 377 | 142 | 20 | 0 | 0 | 276 | 144 | 63 |
| Binary | 100 | 11010101 | 11111111 | 1100010 | 10000 | 0 | 0 | 10111110 | 1100100 | 110011 |
Color Harmonies of #04D5FF
Complementary color
Monochromatic Colors of #04D5FF
Black with #04D5FF
Text Example
Text Example
White with #04D5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D5FF; }
p { color: rgb(4,213,255); }
H1.HeaderClassName
{
color: #04D5FF;
}
.AnyTagClassName
{
color: #04D5FF;
}
</style>
background-color css
<style>
a { background-color: #04D5FF; }
a { background-color: rgb(4,213,255); }
div.DivClassName
{
background-color: #04D5FF;
}
.BgClassName
{
background-color: #04D5FF;
}
</style>
border-color css
<style>
span { border-color: #04D5FF; }
span { border-color: rgb(4,213,255); }
td.TdClassName
{
border-color: #04D5FF;
}
.TagClassName
{
border-color: #04D5FF;
}
</style>