Shades of Deep Sky Blue #0AA8FF
Tints of Deep Sky Blue #0AA8FF
RGB
CMYK
RGB Variations
Color information
#0AA8FF (or 0x0AA8FF) is known color: Deep Sky Blue. HEX triplet: 0A, A8 and FF. RGB value is (10,168,255). Sum of RGB (Red+Green+Blue) = 10+168+255=433 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.31% from 433); Green value is 168 (66.02% from 255 or 38.80% 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 #0AA8FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AA8FF is #F55700. Grayscale: #828282. Windows color (decimal): -16078593 or 16754698. OLE color: 16754698.
HSL color Cylindrical-coordinate representation of color #0AA8FF: hue angle of 201.31º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AA8FF is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 168 | 255 | - |
| CMYK | 0.96 | 0.34 | 0 | 0 |
| HSL | 201.31º | 1% | 0.52% | - |
| HSV(B) | 201.31º | 0.96% | 1% | - |
| XYZ | 32.18 | 35.29 | 99.72 | - |
| YUV | 130.68 | 198.15 | 41.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 168 | 255 | 0.96 | 0.34 | 0 | 0 | 201.31 | 1 | 0.52 |
| Hex | A | A8 | FF | 60 | 22 | 0 | 0 | C9 | 64 | 34 |
| Octal | 12 | 250 | 377 | 140 | 42 | 0 | 0 | 311 | 144 | 64 |
| Binary | 1010 | 10101000 | 11111111 | 1100000 | 100010 | 0 | 0 | 11001001 | 1100100 | 110100 |
Color Harmonies of #0AA8FF
Complementary color
Monochromatic Colors of #0AA8FF
Black with #0AA8FF
Text Example
Text Example
White with #0AA8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA8FF; }
p { color: rgb(10,168,255); }
H1.HeaderClassName
{
color: #0AA8FF;
}
.AnyTagClassName
{
color: #0AA8FF;
}
</style>
background-color css
<style>
a { background-color: #0AA8FF; }
a { background-color: rgb(10,168,255); }
div.DivClassName
{
background-color: #0AA8FF;
}
.BgClassName
{
background-color: #0AA8FF;
}
</style>
border-color css
<style>
span { border-color: #0AA8FF; }
span { border-color: rgb(10,168,255); }
td.TdClassName
{
border-color: #0AA8FF;
}
.TagClassName
{
border-color: #0AA8FF;
}
</style>