Shades of Deep Sky Blue #04AAFD
Tints of Deep Sky Blue #04AAFD
RGB
CMYK
RGB Variations
Color information
#04AAFD (or 0x04AAFD) is known color: Deep Sky Blue. HEX triplet: 04, AA and FD. RGB value is (4,170,253). Sum of RGB (Red+Green+Blue) = 4+170+253=427 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.94% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 253 (99.22% from 255 or 59.25% from 427); Max value from RGB is 253 - color contains mainly: blue. Hex color #04AAFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04AAFD is #FB5502. Grayscale: #818181. Windows color (decimal): -16471299 or 16624132. OLE color: 16624132.
HSL color Cylindrical-coordinate representation of color #04AAFD: hue angle of 200º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AAFD is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 170 | 253 | - |
| CMYK | 0.98 | 0.33 | 0 | 0.01 |
| HSL | 200º | 0.98% | 0.5% | - |
| HSV(B) | 200º | 0.98% | 0.99% | - |
| XYZ | 32.15 | 35.87 | 98.16 | - |
| YUV | 129.83 | 197.5 | 38.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 170 | 253 | 0.98 | 0.33 | 0 | 0.01 | 200 | 0.98 | 0.5 |
| Hex | 4 | AA | FD | 62 | 21 | 0 | 1 | C8 | 62 | 32 |
| Octal | 4 | 252 | 375 | 142 | 41 | 0 | 1 | 310 | 142 | 62 |
| Binary | 100 | 10101010 | 11111101 | 1100010 | 100001 | 0 | 1 | 11001000 | 1100010 | 110010 |
Color Harmonies of #04AAFD
Complementary color
Monochromatic Colors of #04AAFD
Black with #04AAFD
Text Example
Text Example
White with #04AAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AAFD; }
p { color: rgb(4,170,253); }
H1.HeaderClassName
{
color: #04AAFD;
}
.AnyTagClassName
{
color: #04AAFD;
}
</style>
background-color css
<style>
a { background-color: #04AAFD; }
a { background-color: rgb(4,170,253); }
div.DivClassName
{
background-color: #04AAFD;
}
.BgClassName
{
background-color: #04AAFD;
}
</style>
border-color css
<style>
span { border-color: #04AAFD; }
span { border-color: rgb(4,170,253); }
td.TdClassName
{
border-color: #04AAFD;
}
.TagClassName
{
border-color: #04AAFD;
}
</style>