Shades of Deep Sky Blue #0AAFFF
Tints of Deep Sky Blue #0AAFFF
RGB
CMYK
RGB Variations
Color information
#0AAFFF (or 0x0AAFFF) is known color: Deep Sky Blue. HEX triplet: 0A, AF and FF. RGB value is (10,175,255). Sum of RGB (Red+Green+Blue) = 10+175+255=440 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.27% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #0AAFFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AAFFF is #F55000. Grayscale: #868686. Windows color (decimal): -16076801 or 16756490. OLE color: 16756490.
HSL color Cylindrical-coordinate representation of color #0AAFFF: hue angle of 199.59º 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 #0AAFFF is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 175 | 255 | - |
| CMYK | 0.96 | 0.31 | 0 | 0 |
| HSL | 199.59º | 1% | 0.52% | - |
| HSV(B) | 199.59º | 0.96% | 1% | - |
| XYZ | 33.51 | 37.94 | 100.17 | - |
| YUV | 134.79 | 195.84 | 39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 175 | 255 | 0.96 | 0.31 | 0 | 0 | 199.59 | 1 | 0.52 |
| Hex | A | AF | FF | 60 | 1F | 0 | 0 | C8 | 64 | 34 |
| Octal | 12 | 257 | 377 | 140 | 37 | 0 | 0 | 310 | 144 | 64 |
| Binary | 1010 | 10101111 | 11111111 | 1100000 | 11111 | 0 | 0 | 11001000 | 1100100 | 110100 |
Color Harmonies of #0AAFFF
Complementary color
Monochromatic Colors of #0AAFFF
Black with #0AAFFF
Text Example
Text Example
White with #0AAFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAFFF; }
p { color: rgb(10,175,255); }
H1.HeaderClassName
{
color: #0AAFFF;
}
.AnyTagClassName
{
color: #0AAFFF;
}
</style>
background-color css
<style>
a { background-color: #0AAFFF; }
a { background-color: rgb(10,175,255); }
div.DivClassName
{
background-color: #0AAFFF;
}
.BgClassName
{
background-color: #0AAFFF;
}
</style>
border-color css
<style>
span { border-color: #0AAFFF; }
span { border-color: rgb(10,175,255); }
td.TdClassName
{
border-color: #0AAFFF;
}
.TagClassName
{
border-color: #0AAFFF;
}
</style>