Shades of Deep Sky Blue #0AAFF6
Tints of Deep Sky Blue #0AAFF6
RGB
CMYK
RGB Variations
Color information
#0AAFF6 (or 0x0AAFF6) is known color: Deep Sky Blue. HEX triplet: 0A, AF and F6. RGB value is (10,175,246). Sum of RGB (Red+Green+Blue) = 10+175+246=431 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.32% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 246 (96.48% from 255 or 57.08% from 431); Max value from RGB is 246 - color contains mainly: blue. Hex color #0AAFF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AAFF6 is #F55009. Grayscale: #858585. Windows color (decimal): -16076810 or 16166666. OLE color: 16166666.
HSL color Cylindrical-coordinate representation of color #0AAFF6: hue angle of 198.05º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AAFF6 is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 10 | 175 | 246 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.04 |
| HSL | 198.05º | 0.93% | 0.5% | - |
| HSV(B) | 198.05º | 0.96% | 0.96% | - |
| XYZ | 32.09 | 37.38 | 92.71 | - |
| YUV | 133.76 | 191.34 | 39.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 175 | 246 | 0.96 | 0.29 | 0 | 0.04 | 198.05 | 0.93 | 0.5 |
| Hex | A | AF | F6 | 60 | 1D | 0 | 4 | C6 | 5D | 32 |
| Octal | 12 | 257 | 366 | 140 | 35 | 0 | 4 | 306 | 135 | 62 |
| Binary | 1010 | 10101111 | 11110110 | 1100000 | 11101 | 0 | 100 | 11000110 | 1011101 | 110010 |
Color Harmonies of #0AAFF6
Complementary color
Monochromatic Colors of #0AAFF6
Black with #0AAFF6
Text Example
Text Example
White with #0AAFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAFF6; }
p { color: rgb(10,175,246); }
H1.HeaderClassName
{
color: #0AAFF6;
}
.AnyTagClassName
{
color: #0AAFF6;
}
</style>
background-color css
<style>
a { background-color: #0AAFF6; }
a { background-color: rgb(10,175,246); }
div.DivClassName
{
background-color: #0AAFF6;
}
.BgClassName
{
background-color: #0AAFF6;
}
</style>
border-color css
<style>
span { border-color: #0AAFF6; }
span { border-color: rgb(10,175,246); }
td.TdClassName
{
border-color: #0AAFF6;
}
.TagClassName
{
border-color: #0AAFF6;
}
</style>