Shades of Deep Sky Blue #03AAF9
Tints of Deep Sky Blue #03AAF9
RGB
CMYK
RGB Variations
Color information
#03AAF9 (or 0x03AAF9) is known color: Deep Sky Blue. HEX triplet: 03, AA and F9. RGB value is (3,170,249). Sum of RGB (Red+Green+Blue) = 3+170+249=422 (55% of max value = 765). Red value is 3 (1.56% from 255 or 0.71% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 249 (97.66% from 255 or 59.00% from 422); Max value from RGB is 249 - color contains mainly: blue. Hex color #03AAF9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03AAF9 is #FC5506. Grayscale: #808080. Windows color (decimal): -16536839 or 16361987. OLE color: 16361987.
HSL color Cylindrical-coordinate representation of color #03AAF9: hue angle of 199.27º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03AAF9 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 170 | 249 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.02 |
| HSL | 199.27º | 0.98% | 0.49% | - |
| HSV(B) | 199.27º | 0.99% | 0.98% | - |
| XYZ | 31.51 | 35.61 | 94.83 | - |
| YUV | 129.07 | 195.67 | 38.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 170 | 249 | 0.99 | 0.32 | 0 | 0.02 | 199.27 | 0.98 | 0.49 |
| Hex | 3 | AA | F9 | 63 | 20 | 0 | 2 | C7 | 62 | 31 |
| Octal | 3 | 252 | 371 | 143 | 40 | 0 | 2 | 307 | 142 | 61 |
| Binary | 11 | 10101010 | 11111001 | 1100011 | 100000 | 0 | 10 | 11000111 | 1100010 | 110001 |
Color Harmonies of #03AAF9
Complementary color
Monochromatic Colors of #03AAF9
Black with #03AAF9
Text Example
Text Example
White with #03AAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03AAF9; }
p { color: rgb(3,170,249); }
H1.HeaderClassName
{
color: #03AAF9;
}
.AnyTagClassName
{
color: #03AAF9;
}
</style>
background-color css
<style>
a { background-color: #03AAF9; }
a { background-color: rgb(3,170,249); }
div.DivClassName
{
background-color: #03AAF9;
}
.BgClassName
{
background-color: #03AAF9;
}
</style>
border-color css
<style>
span { border-color: #03AAF9; }
span { border-color: rgb(3,170,249); }
td.TdClassName
{
border-color: #03AAF9;
}
.TagClassName
{
border-color: #03AAF9;
}
</style>