Shades of Deep Sky Blue #0AD9F6
Tints of Deep Sky Blue #0AD9F6
RGB
CMYK
RGB Variations
Color information
#0AD9F6 (or 0x0AD9F6) is known color: Deep Sky Blue. HEX triplet: 0A, D9 and F6. RGB value is (10,217,246). Sum of RGB (Red+Green+Blue) = 10+217+246=473 (62% of max value = 765). Red value is 10 (4.30% from 255 or 2.11% from 473); Green value is 217 (85.16% from 255 or 45.88% from 473); Blue value is 246 (96.48% from 255 or 52.01% from 473); Max value from RGB is 246 - color contains mainly: blue. Hex color #0AD9F6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AD9F6 is #F52609. Grayscale: #9E9E9E. Windows color (decimal): -16066058 or 16177418. OLE color: 16177418.
HSL color Cylindrical-coordinate representation of color #0AD9F6: hue angle of 187.37º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AD9F6 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 10 | 217 | 246 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.04 |
| HSL | 187.37º | 0.93% | 0.5% | - |
| HSV(B) | 187.37º | 0.96% | 0.96% | - |
| XYZ | 41.57 | 56.34 | 95.87 | - |
| YUV | 158.41 | 177.42 | 22.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 217 | 246 | 0.96 | 0.12 | 0 | 0.04 | 187.37 | 0.93 | 0.5 |
| Hex | A | D9 | F6 | 60 | C | 0 | 4 | BB | 5D | 32 |
| Octal | 12 | 331 | 366 | 140 | 14 | 0 | 4 | 273 | 135 | 62 |
| Binary | 1010 | 11011001 | 11110110 | 1100000 | 1100 | 0 | 100 | 10111011 | 1011101 | 110010 |
Color Harmonies of #0AD9F6
Complementary color
Monochromatic Colors of #0AD9F6
Black with #0AD9F6
Text Example
Text Example
White with #0AD9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD9F6; }
p { color: rgb(10,217,246); }
H1.HeaderClassName
{
color: #0AD9F6;
}
.AnyTagClassName
{
color: #0AD9F6;
}
</style>
background-color css
<style>
a { background-color: #0AD9F6; }
a { background-color: rgb(10,217,246); }
div.DivClassName
{
background-color: #0AD9F6;
}
.BgClassName
{
background-color: #0AD9F6;
}
</style>
border-color css
<style>
span { border-color: #0AD9F6; }
span { border-color: rgb(10,217,246); }
td.TdClassName
{
border-color: #0AD9F6;
}
.TagClassName
{
border-color: #0AD9F6;
}
</style>