Shades of Deep Sky Blue #0AADFC
Tints of Deep Sky Blue #0AADFC
RGB
CMYK
RGB Variations
Color information
#0AADFC (or 0x0AADFC) is known color: Deep Sky Blue. HEX triplet: 0A, AD and FC. RGB value is (10,173,252). Sum of RGB (Red+Green+Blue) = 10+173+252=435 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.30% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 252 (98.83% from 255 or 57.93% from 435); Max value from RGB is 252 - color contains mainly: blue. Hex color #0AADFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AADFC is #F55203. Grayscale: #848484. Windows color (decimal): -16077316 or 16559370. OLE color: 16559370.
HSL color Cylindrical-coordinate representation of color #0AADFC: hue angle of 199.59º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AADFC is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 173 | 252 | - |
| CMYK | 0.96 | 0.31 | 0 | 0.01 |
| HSL | 199.59º | 0.98% | 0.51% | - |
| HSV(B) | 199.59º | 0.96% | 0.99% | - |
| XYZ | 32.64 | 36.98 | 97.51 | - |
| YUV | 133.27 | 195 | 40.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 173 | 252 | 0.96 | 0.31 | 0 | 0.01 | 199.59 | 0.98 | 0.51 |
| Hex | A | AD | FC | 60 | 1F | 0 | 1 | C8 | 62 | 33 |
| Octal | 12 | 255 | 374 | 140 | 37 | 0 | 1 | 310 | 142 | 63 |
| Binary | 1010 | 10101101 | 11111100 | 1100000 | 11111 | 0 | 1 | 11001000 | 1100010 | 110011 |
Color Harmonies of #0AADFC
Complementary color
Monochromatic Colors of #0AADFC
Black with #0AADFC
Text Example
Text Example
White with #0AADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AADFC; }
p { color: rgb(10,173,252); }
H1.HeaderClassName
{
color: #0AADFC;
}
.AnyTagClassName
{
color: #0AADFC;
}
</style>
background-color css
<style>
a { background-color: #0AADFC; }
a { background-color: rgb(10,173,252); }
div.DivClassName
{
background-color: #0AADFC;
}
.BgClassName
{
background-color: #0AADFC;
}
</style>
border-color css
<style>
span { border-color: #0AADFC; }
span { border-color: rgb(10,173,252); }
td.TdClassName
{
border-color: #0AADFC;
}
.TagClassName
{
border-color: #0AADFC;
}
</style>