Shades of Deep Sky Blue #04AAFF
Tints of Deep Sky Blue #04AAFF
RGB
CMYK
RGB Variations
Color information
#04AAFF (or 0x04AAFF) is known color: Deep Sky Blue. HEX triplet: 04, AA and FF. RGB value is (4,170,255). Sum of RGB (Red+Green+Blue) = 4+170+255=429 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #04AAFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04AAFF is #FB5500. Grayscale: #818181. Windows color (decimal): -16471297 or 16755204. OLE color: 16755204.
HSL color Cylindrical-coordinate representation of color #04AAFF: hue angle of 200.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 #04AAFF is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 170 | 255 | - |
| CMYK | 0.98 | 0.33 | 0 | 0 |
| HSL | 200.32º | 1% | 0.51% | - |
| HSV(B) | 200.32º | 0.98% | 1% | - |
| XYZ | 32.47 | 36 | 99.84 | - |
| YUV | 130.06 | 198.5 | 38.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 170 | 255 | 0.98 | 0.33 | 0 | 0 | 200.32 | 1 | 0.51 |
| Hex | 4 | AA | FF | 62 | 21 | 0 | 0 | C8 | 64 | 33 |
| Octal | 4 | 252 | 377 | 142 | 41 | 0 | 0 | 310 | 144 | 63 |
| Binary | 100 | 10101010 | 11111111 | 1100010 | 100001 | 0 | 0 | 11001000 | 1100100 | 110011 |
Color Harmonies of #04AAFF
Complementary color
Monochromatic Colors of #04AAFF
Black with #04AAFF
Text Example
Text Example
White with #04AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AAFF; }
p { color: rgb(4,170,255); }
H1.HeaderClassName
{
color: #04AAFF;
}
.AnyTagClassName
{
color: #04AAFF;
}
</style>
background-color css
<style>
a { background-color: #04AAFF; }
a { background-color: rgb(4,170,255); }
div.DivClassName
{
background-color: #04AAFF;
}
.BgClassName
{
background-color: #04AAFF;
}
</style>
border-color css
<style>
span { border-color: #04AAFF; }
span { border-color: rgb(4,170,255); }
td.TdClassName
{
border-color: #04AAFF;
}
.TagClassName
{
border-color: #04AAFF;
}
</style>