Shades of Deep Sky Blue #08AAFF
Tints of Deep Sky Blue #08AAFF
RGB
CMYK
RGB Variations
Color information
#08AAFF (or 0x08AAFF) is known color: Deep Sky Blue. HEX triplet: 08, AA and FF. RGB value is (8,170,255). Sum of RGB (Red+Green+Blue) = 8+170+255=433 (57% of max value = 765). Red value is 8 (3.52% from 255 or 1.85% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #08AAFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #08AAFF is #F75500. Grayscale: #828282. Windows color (decimal): -16209153 or 16755208. OLE color: 16755208.
HSL color Cylindrical-coordinate representation of color #08AAFF: hue angle of 200.65º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08AAFF is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 170 | 255 | - |
| CMYK | 0.97 | 0.33 | 0 | 0 |
| HSL | 200.65º | 1% | 0.52% | - |
| HSV(B) | 200.65º | 0.97% | 1% | - |
| XYZ | 32.52 | 36.02 | 99.85 | - |
| YUV | 131.25 | 197.83 | 40.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 170 | 255 | 0.97 | 0.33 | 0 | 0 | 200.65 | 1 | 0.52 |
| Hex | 8 | AA | FF | 61 | 21 | 0 | 0 | C9 | 64 | 34 |
| Octal | 10 | 252 | 377 | 141 | 41 | 0 | 0 | 311 | 144 | 64 |
| Binary | 1000 | 10101010 | 11111111 | 1100001 | 100001 | 0 | 0 | 11001001 | 1100100 | 110100 |
Color Harmonies of #08AAFF
Complementary color
Monochromatic Colors of #08AAFF
Black with #08AAFF
Text Example
Text Example
White with #08AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08AAFF; }
p { color: rgb(8,170,255); }
H1.HeaderClassName
{
color: #08AAFF;
}
.AnyTagClassName
{
color: #08AAFF;
}
</style>
background-color css
<style>
a { background-color: #08AAFF; }
a { background-color: rgb(8,170,255); }
div.DivClassName
{
background-color: #08AAFF;
}
.BgClassName
{
background-color: #08AAFF;
}
</style>
border-color css
<style>
span { border-color: #08AAFF; }
span { border-color: rgb(8,170,255); }
td.TdClassName
{
border-color: #08AAFF;
}
.TagClassName
{
border-color: #08AAFF;
}
</style>