Shades of Deep Sky Blue #09AAF2
Tints of Deep Sky Blue #09AAF2
RGB
CMYK
RGB Variations
Color information
#09AAF2 (or 0x09AAF2) is known color: Deep Sky Blue. HEX triplet: 09, AA and F2. RGB value is (9,170,242). Sum of RGB (Red+Green+Blue) = 9+170+242=421 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.14% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 242 (94.92% from 255 or 57.48% from 421); Max value from RGB is 242 - color contains mainly: blue. Hex color #09AAF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09AAF2 is #F6550D. Grayscale: #818181. Windows color (decimal): -16143630 or 15903241. OLE color: 15903241.
HSL color Cylindrical-coordinate representation of color #09AAF2: hue angle of 198.54º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09AAF2 is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 170 | 242 | - |
| CMYK | 0.96 | 0.30 | 0 | 0.05 |
| HSL | 198.54º | 0.93% | 0.49% | - |
| HSV(B) | 198.54º | 0.96% | 0.95% | - |
| XYZ | 30.51 | 35.22 | 89.19 | - |
| YUV | 130.07 | 191.16 | 41.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 170 | 242 | 0.96 | 0.30 | 0 | 0.05 | 198.54 | 0.93 | 0.49 |
| Hex | 9 | AA | F2 | 60 | 1E | 0 | 5 | C7 | 5D | 31 |
| Octal | 11 | 252 | 362 | 140 | 36 | 0 | 5 | 307 | 135 | 61 |
| Binary | 1001 | 10101010 | 11110010 | 1100000 | 11110 | 0 | 101 | 11000111 | 1011101 | 110001 |
Color Harmonies of #09AAF2
Complementary color
Monochromatic Colors of #09AAF2
Black with #09AAF2
Text Example
Text Example
White with #09AAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AAF2; }
p { color: rgb(9,170,242); }
H1.HeaderClassName
{
color: #09AAF2;
}
.AnyTagClassName
{
color: #09AAF2;
}
</style>
background-color css
<style>
a { background-color: #09AAF2; }
a { background-color: rgb(9,170,242); }
div.DivClassName
{
background-color: #09AAF2;
}
.BgClassName
{
background-color: #09AAF2;
}
</style>
border-color css
<style>
span { border-color: #09AAF2; }
span { border-color: rgb(9,170,242); }
td.TdClassName
{
border-color: #09AAF2;
}
.TagClassName
{
border-color: #09AAF2;
}
</style>