Shades of Deep Sky Blue #09AAF4
Tints of Deep Sky Blue #09AAF4
RGB
CMYK
RGB Variations
Color information
#09AAF4 (or 0x09AAF4) is known color: Deep Sky Blue. HEX triplet: 09, AA and F4. RGB value is (9,170,244). Sum of RGB (Red+Green+Blue) = 9+170+244=423 (56% of max value = 765). Red value is 9 (3.91% from 255 or 2.13% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 244 (95.70% from 255 or 57.68% from 423); Max value from RGB is 244 - color contains mainly: blue. Hex color #09AAF4 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09AAF4 is #F6550B. Grayscale: #818181. Windows color (decimal): -16143628 or 16034313. OLE color: 16034313.
HSL color Cylindrical-coordinate representation of color #09AAF4: hue angle of 198.89º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09AAF4 is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 9 | 170 | 244 | - |
| CMYK | 0.96 | 0.30 | 0 | 0.04 |
| HSL | 198.89º | 0.93% | 0.5% | - |
| HSV(B) | 198.89º | 0.96% | 0.96% | - |
| XYZ | 30.82 | 35.34 | 90.78 | - |
| YUV | 130.3 | 192.16 | 41.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 170 | 244 | 0.96 | 0.30 | 0 | 0.04 | 198.89 | 0.93 | 0.5 |
| Hex | 9 | AA | F4 | 60 | 1E | 0 | 4 | C7 | 5D | 32 |
| Octal | 11 | 252 | 364 | 140 | 36 | 0 | 4 | 307 | 135 | 62 |
| Binary | 1001 | 10101010 | 11110100 | 1100000 | 11110 | 0 | 100 | 11000111 | 1011101 | 110010 |
Color Harmonies of #09AAF4
Complementary color
Monochromatic Colors of #09AAF4
Black with #09AAF4
Text Example
Text Example
White with #09AAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AAF4; }
p { color: rgb(9,170,244); }
H1.HeaderClassName
{
color: #09AAF4;
}
.AnyTagClassName
{
color: #09AAF4;
}
</style>
background-color css
<style>
a { background-color: #09AAF4; }
a { background-color: rgb(9,170,244); }
div.DivClassName
{
background-color: #09AAF4;
}
.BgClassName
{
background-color: #09AAF4;
}
</style>
border-color css
<style>
span { border-color: #09AAF4; }
span { border-color: rgb(9,170,244); }
td.TdClassName
{
border-color: #09AAF4;
}
.TagClassName
{
border-color: #09AAF4;
}
</style>