Shades of Deep Sky Blue #0AADFF
Tints of Deep Sky Blue #0AADFF
RGB
CMYK
RGB Variations
Color information
#0AADFF (or 0x0AADFF) is known color: Deep Sky Blue. HEX triplet: 0A, AD and FF. RGB value is (10,173,255). Sum of RGB (Red+Green+Blue) = 10+173+255=438 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.28% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #0AADFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AADFF is #F55200. Grayscale: #858585. Windows color (decimal): -16077313 or 16755978. OLE color: 16755978.
HSL color Cylindrical-coordinate representation of color #0AADFF: hue angle of 200.08º 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 #0AADFF is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 173 | 255 | - |
| CMYK | 0.96 | 0.32 | 0 | 0 |
| HSL | 200.08º | 1% | 0.52% | - |
| HSV(B) | 200.08º | 0.96% | 1% | - |
| XYZ | 33.12 | 37.17 | 100.04 | - |
| YUV | 133.61 | 196.5 | 39.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 173 | 255 | 0.96 | 0.32 | 0 | 0 | 200.08 | 1 | 0.52 |
| Hex | A | AD | FF | 60 | 20 | 0 | 0 | C8 | 64 | 34 |
| Octal | 12 | 255 | 377 | 140 | 40 | 0 | 0 | 310 | 144 | 64 |
| Binary | 1010 | 10101101 | 11111111 | 1100000 | 100000 | 0 | 0 | 11001000 | 1100100 | 110100 |
Color Harmonies of #0AADFF
Complementary color
Monochromatic Colors of #0AADFF
Black with #0AADFF
Text Example
Text Example
White with #0AADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AADFF; }
p { color: rgb(10,173,255); }
H1.HeaderClassName
{
color: #0AADFF;
}
.AnyTagClassName
{
color: #0AADFF;
}
</style>
background-color css
<style>
a { background-color: #0AADFF; }
a { background-color: rgb(10,173,255); }
div.DivClassName
{
background-color: #0AADFF;
}
.BgClassName
{
background-color: #0AADFF;
}
</style>
border-color css
<style>
span { border-color: #0AADFF; }
span { border-color: rgb(10,173,255); }
td.TdClassName
{
border-color: #0AADFF;
}
.TagClassName
{
border-color: #0AADFF;
}
</style>