Shades of Deep Sky Blue #09AAF8
Tints of Deep Sky Blue #09AAF8
RGB
CMYK
RGB Variations
Color information
#09AAF8 (or 0x09AAF8) is known color: Deep Sky Blue. HEX triplet: 09, AA and F8. RGB value is (9,170,248). Sum of RGB (Red+Green+Blue) = 9+170+248=427 (56% of max value = 765). Red value is 9 (3.91% from 255 or 2.11% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 248 (97.27% from 255 or 58.08% from 427); Max value from RGB is 248 - color contains mainly: blue. Hex color #09AAF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09AAF8 is #F65507. Grayscale: #828282. Windows color (decimal): -16143624 or 16296457. OLE color: 16296457.
HSL color Cylindrical-coordinate representation of color #09AAF8: hue angle of 199.58º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09AAF8 is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 9 | 170 | 248 | - |
| CMYK | 0.96 | 0.31 | 0 | 0.03 |
| HSL | 199.58º | 0.94% | 0.5% | - |
| HSV(B) | 199.58º | 0.96% | 0.97% | - |
| XYZ | 31.43 | 35.58 | 94.02 | - |
| YUV | 130.75 | 194.16 | 41.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 170 | 248 | 0.96 | 0.31 | 0 | 0.03 | 199.58 | 0.94 | 0.5 |
| Hex | 9 | AA | F8 | 60 | 1F | 0 | 3 | C8 | 5E | 32 |
| Octal | 11 | 252 | 370 | 140 | 37 | 0 | 3 | 310 | 136 | 62 |
| Binary | 1001 | 10101010 | 11111000 | 1100000 | 11111 | 0 | 11 | 11001000 | 1011110 | 110010 |
Color Harmonies of #09AAF8
Complementary color
Monochromatic Colors of #09AAF8
Black with #09AAF8
Text Example
Text Example
White with #09AAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AAF8; }
p { color: rgb(9,170,248); }
H1.HeaderClassName
{
color: #09AAF8;
}
.AnyTagClassName
{
color: #09AAF8;
}
</style>
background-color css
<style>
a { background-color: #09AAF8; }
a { background-color: rgb(9,170,248); }
div.DivClassName
{
background-color: #09AAF8;
}
.BgClassName
{
background-color: #09AAF8;
}
</style>
border-color css
<style>
span { border-color: #09AAF8; }
span { border-color: rgb(9,170,248); }
td.TdClassName
{
border-color: #09AAF8;
}
.TagClassName
{
border-color: #09AAF8;
}
</style>