Shades of Deep Sky Blue #09AAFE
Tints of Deep Sky Blue #09AAFE
RGB
CMYK
RGB Variations
Color information
#09AAFE (or 0x09AAFE) is known color: Deep Sky Blue. HEX triplet: 09, AA and FE. RGB value is (9,170,254). Sum of RGB (Red+Green+Blue) = 9+170+254=433 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.08% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #09AAFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09AAFE is #F65501. Grayscale: #828282. Windows color (decimal): -16143618 or 16689673. OLE color: 16689673.
HSL color Cylindrical-coordinate representation of color #09AAFE: hue angle of 200.57º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09AAFE is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 170 | 254 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.00 |
| HSL | 200.57º | 0.99% | 0.52% | - |
| HSV(B) | 200.57º | 0.96% | 1% | - |
| XYZ | 32.38 | 35.96 | 99 | - |
| YUV | 131.44 | 197.16 | 40.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 170 | 254 | 0.96 | 0.33 | 0 | 0.00 | 200.57 | 0.99 | 0.52 |
| Hex | 9 | AA | FE | 60 | 21 | 0 | 0 | C9 | 63 | 34 |
| Octal | 11 | 252 | 376 | 140 | 41 | 0 | 0 | 311 | 143 | 64 |
| Binary | 1001 | 10101010 | 11111110 | 1100000 | 100001 | 0 | 0 | 11001001 | 1100011 | 110100 |
Color Harmonies of #09AAFE
Complementary color
Monochromatic Colors of #09AAFE
Black with #09AAFE
Text Example
Text Example
White with #09AAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AAFE; }
p { color: rgb(9,170,254); }
H1.HeaderClassName
{
color: #09AAFE;
}
.AnyTagClassName
{
color: #09AAFE;
}
</style>
background-color css
<style>
a { background-color: #09AAFE; }
a { background-color: rgb(9,170,254); }
div.DivClassName
{
background-color: #09AAFE;
}
.BgClassName
{
background-color: #09AAFE;
}
</style>
border-color css
<style>
span { border-color: #09AAFE; }
span { border-color: rgb(9,170,254); }
td.TdClassName
{
border-color: #09AAFE;
}
.TagClassName
{
border-color: #09AAFE;
}
</style>