Shades of Deep Sky Blue #0AADEF
Tints of Deep Sky Blue #0AADEF
RGB
CMYK
RGB Variations
Color information
#0AADEF (or 0x0AADEF) is known color: Deep Sky Blue. HEX triplet: 0A, AD and EF. RGB value is (10,173,239). Sum of RGB (Red+Green+Blue) = 10+173+239=422 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.37% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 239 (93.75% from 255 or 56.64% from 422); Max value from RGB is 239 - color contains mainly: blue. Hex color #0AADEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AADEF is #F55210. Grayscale: #838383. Windows color (decimal): -16077329 or 15707402. OLE color: 15707402.
HSL color Cylindrical-coordinate representation of color #0AADEF: hue angle of 197.29º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AADEF is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 10 | 173 | 239 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.06 |
| HSL | 197.29º | 0.92% | 0.49% | - |
| HSV(B) | 197.29º | 0.96% | 0.94% | - |
| XYZ | 30.65 | 36.18 | 87.03 | - |
| YUV | 131.79 | 188.5 | 41.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 173 | 239 | 0.96 | 0.28 | 0 | 0.06 | 197.29 | 0.92 | 0.49 |
| Hex | A | AD | EF | 60 | 1C | 0 | 6 | C5 | 5C | 31 |
| Octal | 12 | 255 | 357 | 140 | 34 | 0 | 6 | 305 | 134 | 61 |
| Binary | 1010 | 10101101 | 11101111 | 1100000 | 11100 | 0 | 110 | 11000101 | 1011100 | 110001 |
Color Harmonies of #0AADEF
Complementary color
Monochromatic Colors of #0AADEF
Black with #0AADEF
Text Example
Text Example
White with #0AADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AADEF; }
p { color: rgb(10,173,239); }
H1.HeaderClassName
{
color: #0AADEF;
}
.AnyTagClassName
{
color: #0AADEF;
}
</style>
background-color css
<style>
a { background-color: #0AADEF; }
a { background-color: rgb(10,173,239); }
div.DivClassName
{
background-color: #0AADEF;
}
.BgClassName
{
background-color: #0AADEF;
}
</style>
border-color css
<style>
span { border-color: #0AADEF; }
span { border-color: rgb(10,173,239); }
td.TdClassName
{
border-color: #0AADEF;
}
.TagClassName
{
border-color: #0AADEF;
}
</style>