Shades of Deep Sky Blue #09AAE7
Tints of Deep Sky Blue #09AAE7
RGB
CMYK
RGB Variations
Color information
#09AAE7 (or 0x09AAE7) is known color: Deep Sky Blue. HEX triplet: 09, AA and E7. RGB value is (9,170,231). Sum of RGB (Red+Green+Blue) = 9+170+231=410 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.20% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 231 (90.62% from 255 or 56.34% from 410); Max value from RGB is 231 - color contains mainly: blue. Hex color #09AAE7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09AAE7 is #F65518. Grayscale: #808080. Windows color (decimal): -16143641 or 15182345. OLE color: 15182345.
HSL color Cylindrical-coordinate representation of color #09AAE7: hue angle of 196.49º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09AAE7 is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 9 | 170 | 231 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.09 |
| HSL | 196.49º | 0.93% | 0.47% | - |
| HSV(B) | 196.49º | 0.96% | 0.91% | - |
| XYZ | 28.91 | 34.58 | 80.75 | - |
| YUV | 128.82 | 185.66 | 42.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 170 | 231 | 0.96 | 0.26 | 0 | 0.09 | 196.49 | 0.93 | 0.47 |
| Hex | 9 | AA | E7 | 60 | 1A | 0 | 9 | C4 | 5C | 2F |
| Octal | 11 | 252 | 347 | 140 | 32 | 0 | 11 | 304 | 134 | 57 |
| Binary | 1001 | 10101010 | 11100111 | 1100000 | 11010 | 0 | 1001 | 11000100 | 1011100 | 101111 |
Color Harmonies of #09AAE7
Complementary color
Monochromatic Colors of #09AAE7
Black with #09AAE7
Text Example
Text Example
White with #09AAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AAE7; }
p { color: rgb(9,170,231); }
H1.HeaderClassName
{
color: #09AAE7;
}
.AnyTagClassName
{
color: #09AAE7;
}
</style>
background-color css
<style>
a { background-color: #09AAE7; }
a { background-color: rgb(9,170,231); }
div.DivClassName
{
background-color: #09AAE7;
}
.BgClassName
{
background-color: #09AAE7;
}
</style>
border-color css
<style>
span { border-color: #09AAE7; }
span { border-color: rgb(9,170,231); }
td.TdClassName
{
border-color: #09AAE7;
}
.TagClassName
{
border-color: #09AAE7;
}
</style>