Shades of Deep Sky Blue #0AD9FF
Tints of Deep Sky Blue #0AD9FF
RGB
CMYK
RGB Variations
Color information
#0AD9FF (or 0x0AD9FF) is known color: Deep Sky Blue. HEX triplet: 0A, D9 and FF. RGB value is (10,217,255). Sum of RGB (Red+Green+Blue) = 10+217+255=482 (63% of max value = 765). Red value is 10 (4.30% from 255 or 2.07% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #0AD9FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AD9FF is #F52600. Grayscale: #9F9F9F. Windows color (decimal): -16066049 or 16767242. OLE color: 16767242.
HSL color Cylindrical-coordinate representation of color #0AD9FF: hue angle of 189.31º 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 #0AD9FF is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 217 | 255 | - |
| CMYK | 0.96 | 0.15 | 0 | 0 |
| HSL | 189.31º | 1% | 0.52% | - |
| HSV(B) | 189.31º | 0.96% | 1% | - |
| XYZ | 42.99 | 56.91 | 103.33 | - |
| YUV | 159.44 | 181.92 | 21.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 217 | 255 | 0.96 | 0.15 | 0 | 0 | 189.31 | 1 | 0.52 |
| Hex | A | D9 | FF | 60 | F | 0 | 0 | BD | 64 | 34 |
| Octal | 12 | 331 | 377 | 140 | 17 | 0 | 0 | 275 | 144 | 64 |
| Binary | 1010 | 11011001 | 11111111 | 1100000 | 1111 | 0 | 0 | 10111101 | 1100100 | 110100 |
Color Harmonies of #0AD9FF
Complementary color
Monochromatic Colors of #0AD9FF
Black with #0AD9FF
Text Example
Text Example
White with #0AD9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD9FF; }
p { color: rgb(10,217,255); }
H1.HeaderClassName
{
color: #0AD9FF;
}
.AnyTagClassName
{
color: #0AD9FF;
}
</style>
background-color css
<style>
a { background-color: #0AD9FF; }
a { background-color: rgb(10,217,255); }
div.DivClassName
{
background-color: #0AD9FF;
}
.BgClassName
{
background-color: #0AD9FF;
}
</style>
border-color css
<style>
span { border-color: #0AD9FF; }
span { border-color: rgb(10,217,255); }
td.TdClassName
{
border-color: #0AD9FF;
}
.TagClassName
{
border-color: #0AD9FF;
}
</style>