Shades of Deep Sky Blue #0AD9FC
Tints of Deep Sky Blue #0AD9FC
RGB
CMYK
RGB Variations
Color information
#0AD9FC (or 0x0AD9FC) is known color: Deep Sky Blue. HEX triplet: 0A, D9 and FC. RGB value is (10,217,252). Sum of RGB (Red+Green+Blue) = 10+217+252=479 (63% of max value = 765). Red value is 10 (4.30% from 255 or 2.09% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #0AD9FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AD9FC is #F52603. Grayscale: #9E9E9E. Windows color (decimal): -16066052 or 16570634. OLE color: 16570634.
HSL color Cylindrical-coordinate representation of color #0AD9FC: hue angle of 188.68º 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 #0AD9FC is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 217 | 252 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.01 |
| HSL | 188.68º | 0.98% | 0.51% | - |
| HSV(B) | 188.68º | 0.96% | 0.99% | - |
| XYZ | 42.51 | 56.72 | 100.8 | - |
| YUV | 159.1 | 180.42 | 21.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 217 | 252 | 0.96 | 0.14 | 0 | 0.01 | 188.68 | 0.98 | 0.51 |
| Hex | A | D9 | FC | 60 | E | 0 | 1 | BD | 62 | 33 |
| Octal | 12 | 331 | 374 | 140 | 16 | 0 | 1 | 275 | 142 | 63 |
| Binary | 1010 | 11011001 | 11111100 | 1100000 | 1110 | 0 | 1 | 10111101 | 1100010 | 110011 |
Color Harmonies of #0AD9FC
Complementary color
Monochromatic Colors of #0AD9FC
Black with #0AD9FC
Text Example
Text Example
White with #0AD9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD9FC; }
p { color: rgb(10,217,252); }
H1.HeaderClassName
{
color: #0AD9FC;
}
.AnyTagClassName
{
color: #0AD9FC;
}
</style>
background-color css
<style>
a { background-color: #0AD9FC; }
a { background-color: rgb(10,217,252); }
div.DivClassName
{
background-color: #0AD9FC;
}
.BgClassName
{
background-color: #0AD9FC;
}
</style>
border-color css
<style>
span { border-color: #0AD9FC; }
span { border-color: rgb(10,217,252); }
td.TdClassName
{
border-color: #0AD9FC;
}
.TagClassName
{
border-color: #0AD9FC;
}
</style>