Shades of Deep Sky Blue #08AAE9
Tints of Deep Sky Blue #08AAE9
RGB
CMYK
RGB Variations
Color information
#08AAE9 (or 0x08AAE9) is known color: Deep Sky Blue. HEX triplet: 08, AA and E9. RGB value is (8,170,233). Sum of RGB (Red+Green+Blue) = 8+170+233=411 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.95% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 233 (91.41% from 255 or 56.69% from 411); Max value from RGB is 233 - color contains mainly: blue. Hex color #08AAE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #08AAE9 is #F75516. Grayscale: #808080. Windows color (decimal): -16209175 or 15313416. OLE color: 15313416.
HSL color Cylindrical-coordinate representation of color #08AAE9: hue angle of 196.8º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08AAE9 is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 8 | 170 | 233 | - |
| CMYK | 0.97 | 0.27 | 0 | 0.09 |
| HSL | 196.8º | 0.93% | 0.47% | - |
| HSV(B) | 196.8º | 0.97% | 0.91% | - |
| XYZ | 29.18 | 34.68 | 82.25 | - |
| YUV | 128.74 | 186.83 | 41.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 170 | 233 | 0.97 | 0.27 | 0 | 0.09 | 196.8 | 0.93 | 0.47 |
| Hex | 8 | AA | E9 | 61 | 1B | 0 | 9 | C5 | 5D | 2F |
| Octal | 10 | 252 | 351 | 141 | 33 | 0 | 11 | 305 | 135 | 57 |
| Binary | 1000 | 10101010 | 11101001 | 1100001 | 11011 | 0 | 1001 | 11000101 | 1011101 | 101111 |
Color Harmonies of #08AAE9
Complementary color
Monochromatic Colors of #08AAE9
Black with #08AAE9
Text Example
Text Example
White with #08AAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08AAE9; }
p { color: rgb(8,170,233); }
H1.HeaderClassName
{
color: #08AAE9;
}
.AnyTagClassName
{
color: #08AAE9;
}
</style>
background-color css
<style>
a { background-color: #08AAE9; }
a { background-color: rgb(8,170,233); }
div.DivClassName
{
background-color: #08AAE9;
}
.BgClassName
{
background-color: #08AAE9;
}
</style>
border-color css
<style>
span { border-color: #08AAE9; }
span { border-color: rgb(8,170,233); }
td.TdClassName
{
border-color: #08AAE9;
}
.TagClassName
{
border-color: #08AAE9;
}
</style>