Shades of Deep Sky Blue #09AAF0
Tints of Deep Sky Blue #09AAF0
RGB
CMYK
RGB Variations
Color information
#09AAF0 (or 0x09AAF0) is known color: Deep Sky Blue. HEX triplet: 09, AA and F0. RGB value is (9,170,240). Sum of RGB (Red+Green+Blue) = 9+170+240=419 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.15% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 240 (94.14% from 255 or 57.28% from 419); Max value from RGB is 240 - color contains mainly: blue. Hex color #09AAF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09AAF0 is #F6550F. Grayscale: #818181. Windows color (decimal): -16143632 or 15772169. OLE color: 15772169.
HSL color Cylindrical-coordinate representation of color #09AAF0: hue angle of 198.18º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09AAF0 is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 170 | 240 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.06 |
| HSL | 198.18º | 0.93% | 0.49% | - |
| HSV(B) | 198.18º | 0.96% | 0.94% | - |
| XYZ | 30.22 | 35.1 | 87.62 | - |
| YUV | 129.84 | 190.16 | 41.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 170 | 240 | 0.96 | 0.29 | 0 | 0.06 | 198.18 | 0.93 | 0.49 |
| Hex | 9 | AA | F0 | 60 | 1D | 0 | 6 | C6 | 5D | 31 |
| Octal | 11 | 252 | 360 | 140 | 35 | 0 | 6 | 306 | 135 | 61 |
| Binary | 1001 | 10101010 | 11110000 | 1100000 | 11101 | 0 | 110 | 11000110 | 1011101 | 110001 |
Color Harmonies of #09AAF0
Complementary color
Monochromatic Colors of #09AAF0
Black with #09AAF0
Text Example
Text Example
White with #09AAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AAF0; }
p { color: rgb(9,170,240); }
H1.HeaderClassName
{
color: #09AAF0;
}
.AnyTagClassName
{
color: #09AAF0;
}
</style>
background-color css
<style>
a { background-color: #09AAF0; }
a { background-color: rgb(9,170,240); }
div.DivClassName
{
background-color: #09AAF0;
}
.BgClassName
{
background-color: #09AAF0;
}
</style>
border-color css
<style>
span { border-color: #09AAF0; }
span { border-color: rgb(9,170,240); }
td.TdClassName
{
border-color: #09AAF0;
}
.TagClassName
{
border-color: #09AAF0;
}
</style>