Shades of Deep Sky Blue #0AD6FC
Tints of Deep Sky Blue #0AD6FC
RGB
CMYK
RGB Variations
Color information
#0AD6FC (or 0x0AD6FC) is known color: Deep Sky Blue. HEX triplet: 0A, D6 and FC. RGB value is (10,214,252). Sum of RGB (Red+Green+Blue) = 10+214+252=476 (63% of max value = 765). Red value is 10 (4.30% from 255 or 2.10% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #0AD6FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AD6FC is #F52903. Grayscale: #9C9C9C. Windows color (decimal): -16066820 or 16569866. OLE color: 16569866.
HSL color Cylindrical-coordinate representation of color #0AD6FC: hue angle of 189.42º 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 #0AD6FC is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 214 | 252 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.01 |
| HSL | 189.42º | 0.98% | 0.51% | - |
| HSV(B) | 189.42º | 0.96% | 0.99% | - |
| XYZ | 41.74 | 55.19 | 100.55 | - |
| YUV | 157.34 | 181.41 | 22.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 214 | 252 | 0.96 | 0.15 | 0 | 0.01 | 189.42 | 0.98 | 0.51 |
| Hex | A | D6 | FC | 60 | F | 0 | 1 | BD | 62 | 33 |
| Octal | 12 | 326 | 374 | 140 | 17 | 0 | 1 | 275 | 142 | 63 |
| Binary | 1010 | 11010110 | 11111100 | 1100000 | 1111 | 0 | 1 | 10111101 | 1100010 | 110011 |
Color Harmonies of #0AD6FC
Complementary color
Monochromatic Colors of #0AD6FC
Black with #0AD6FC
Text Example
Text Example
White with #0AD6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD6FC; }
p { color: rgb(10,214,252); }
H1.HeaderClassName
{
color: #0AD6FC;
}
.AnyTagClassName
{
color: #0AD6FC;
}
</style>
background-color css
<style>
a { background-color: #0AD6FC; }
a { background-color: rgb(10,214,252); }
div.DivClassName
{
background-color: #0AD6FC;
}
.BgClassName
{
background-color: #0AD6FC;
}
</style>
border-color css
<style>
span { border-color: #0AD6FC; }
span { border-color: rgb(10,214,252); }
td.TdClassName
{
border-color: #0AD6FC;
}
.TagClassName
{
border-color: #0AD6FC;
}
</style>