Shades of Deep Sky Blue #0AABFF
Tints of Deep Sky Blue #0AABFF
RGB
CMYK
RGB Variations
Color information
#0AABFF (or 0x0AABFF) is known color: Deep Sky Blue. HEX triplet: 0A, AB and FF. RGB value is (10,171,255). Sum of RGB (Red+Green+Blue) = 10+171+255=436 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.29% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #0AABFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AABFF is #F55400. Grayscale: #838383. Windows color (decimal): -16077825 or 16755466. OLE color: 16755466.
HSL color Cylindrical-coordinate representation of color #0AABFF: hue angle of 200.57º 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 #0AABFF is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 171 | 255 | - |
| CMYK | 0.96 | 0.33 | 0 | 0 |
| HSL | 200.57º | 1% | 0.52% | - |
| HSV(B) | 200.57º | 0.96% | 1% | - |
| XYZ | 32.74 | 36.41 | 99.91 | - |
| YUV | 132.44 | 197.16 | 40.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 171 | 255 | 0.96 | 0.33 | 0 | 0 | 200.57 | 1 | 0.52 |
| Hex | A | AB | FF | 60 | 21 | 0 | 0 | C9 | 64 | 34 |
| Octal | 12 | 253 | 377 | 140 | 41 | 0 | 0 | 311 | 144 | 64 |
| Binary | 1010 | 10101011 | 11111111 | 1100000 | 100001 | 0 | 0 | 11001001 | 1100100 | 110100 |
Color Harmonies of #0AABFF
Complementary color
Monochromatic Colors of #0AABFF
Black with #0AABFF
Text Example
Text Example
White with #0AABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AABFF; }
p { color: rgb(10,171,255); }
H1.HeaderClassName
{
color: #0AABFF;
}
.AnyTagClassName
{
color: #0AABFF;
}
</style>
background-color css
<style>
a { background-color: #0AABFF; }
a { background-color: rgb(10,171,255); }
div.DivClassName
{
background-color: #0AABFF;
}
.BgClassName
{
background-color: #0AABFF;
}
</style>
border-color css
<style>
span { border-color: #0AABFF; }
span { border-color: rgb(10,171,255); }
td.TdClassName
{
border-color: #0AABFF;
}
.TagClassName
{
border-color: #0AABFF;
}
</style>