Shades of Deep Sky Blue #04ADFF
Tints of Deep Sky Blue #04ADFF
RGB
CMYK
RGB Variations
Color information
#04ADFF (or 0x04ADFF) is known color: Deep Sky Blue. HEX triplet: 04, AD and FF. RGB value is (4,173,255). Sum of RGB (Red+Green+Blue) = 4+173+255=432 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #04ADFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04ADFF is #FB5200. Grayscale: #838383. Windows color (decimal): -16470529 or 16755972. OLE color: 16755972.
HSL color Cylindrical-coordinate representation of color #04ADFF: hue angle of 199.6º 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 #04ADFF is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 173 | 255 | - |
| CMYK | 0.98 | 0.32 | 0 | 0 |
| HSL | 199.6º | 1% | 0.51% | - |
| HSV(B) | 199.6º | 0.98% | 1% | - |
| XYZ | 33.04 | 37.13 | 100.03 | - |
| YUV | 131.82 | 197.51 | 36.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 173 | 255 | 0.98 | 0.32 | 0 | 0 | 199.6 | 1 | 0.51 |
| Hex | 4 | AD | FF | 62 | 20 | 0 | 0 | C8 | 64 | 33 |
| Octal | 4 | 255 | 377 | 142 | 40 | 0 | 0 | 310 | 144 | 63 |
| Binary | 100 | 10101101 | 11111111 | 1100010 | 100000 | 0 | 0 | 11001000 | 1100100 | 110011 |
Color Harmonies of #04ADFF
Complementary color
Monochromatic Colors of #04ADFF
Black with #04ADFF
Text Example
Text Example
White with #04ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04ADFF; }
p { color: rgb(4,173,255); }
H1.HeaderClassName
{
color: #04ADFF;
}
.AnyTagClassName
{
color: #04ADFF;
}
</style>
background-color css
<style>
a { background-color: #04ADFF; }
a { background-color: rgb(4,173,255); }
div.DivClassName
{
background-color: #04ADFF;
}
.BgClassName
{
background-color: #04ADFF;
}
</style>
border-color css
<style>
span { border-color: #04ADFF; }
span { border-color: rgb(4,173,255); }
td.TdClassName
{
border-color: #04ADFF;
}
.TagClassName
{
border-color: #04ADFF;
}
</style>