Shades of Deep Sky Blue #0AADE6
Tints of Deep Sky Blue #0AADE6
RGB
CMYK
RGB Variations
Color information
#0AADE6 (or 0x0AADE6) is known color: Deep Sky Blue. HEX triplet: 0A, AD and E6. RGB value is (10,173,230). Sum of RGB (Red+Green+Blue) = 10+173+230=413 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.42% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 230 (90.23% from 255 or 55.69% from 413); Max value from RGB is 230 - color contains mainly: blue. Hex color #0AADE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AADE6 is #F55219. Grayscale: #828282. Windows color (decimal): -16077338 or 15117578. OLE color: 15117578.
HSL color Cylindrical-coordinate representation of color #0AADE6: hue angle of 195.55º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AADE6 is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 10 | 173 | 230 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.10 |
| HSL | 195.55º | 0.92% | 0.47% | - |
| HSV(B) | 195.55º | 0.96% | 0.9% | - |
| XYZ | 29.35 | 35.66 | 80.2 | - |
| YUV | 130.76 | 184 | 41.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 173 | 230 | 0.96 | 0.25 | 0 | 0.10 | 195.55 | 0.92 | 0.47 |
| Hex | A | AD | E6 | 60 | 19 | 0 | A | C4 | 5C | 2F |
| Octal | 12 | 255 | 346 | 140 | 31 | 0 | 12 | 304 | 134 | 57 |
| Binary | 1010 | 10101101 | 11100110 | 1100000 | 11001 | 0 | 1010 | 11000100 | 1011100 | 101111 |
Color Harmonies of #0AADE6
Complementary color
Monochromatic Colors of #0AADE6
Black with #0AADE6
Text Example
Text Example
White with #0AADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AADE6; }
p { color: rgb(10,173,230); }
H1.HeaderClassName
{
color: #0AADE6;
}
.AnyTagClassName
{
color: #0AADE6;
}
</style>
background-color css
<style>
a { background-color: #0AADE6; }
a { background-color: rgb(10,173,230); }
div.DivClassName
{
background-color: #0AADE6;
}
.BgClassName
{
background-color: #0AADE6;
}
</style>
border-color css
<style>
span { border-color: #0AADE6; }
span { border-color: rgb(10,173,230); }
td.TdClassName
{
border-color: #0AADE6;
}
.TagClassName
{
border-color: #0AADE6;
}
</style>