Shades of Deep Sky Blue #0ADEFC
Tints of Deep Sky Blue #0ADEFC
RGB
CMYK
RGB Variations
Color information
#0ADEFC (or 0x0ADEFC) is known color: Deep Sky Blue. HEX triplet: 0A, DE and FC. RGB value is (10,222,252). Sum of RGB (Red+Green+Blue) = 10+222+252=484 (64% of max value = 765). Red value is 10 (4.30% from 255 or 2.07% from 484); Green value is 222 (87.11% from 255 or 45.87% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #0ADEFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ADEFC is #F52103. Grayscale: #A1A1A1. Windows color (decimal): -16064772 or 16571914. OLE color: 16571914.
HSL color Cylindrical-coordinate representation of color #0ADEFC: hue angle of 187.44º 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 #0ADEFC is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 222 | 252 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.01 |
| HSL | 187.44º | 0.98% | 0.51% | - |
| HSV(B) | 187.44º | 0.96% | 0.99% | - |
| XYZ | 43.82 | 59.34 | 101.24 | - |
| YUV | 162.03 | 178.76 | 19.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 222 | 252 | 0.96 | 0.12 | 0 | 0.01 | 187.44 | 0.98 | 0.51 |
| Hex | A | DE | FC | 60 | C | 0 | 1 | BB | 62 | 33 |
| Octal | 12 | 336 | 374 | 140 | 14 | 0 | 1 | 273 | 142 | 63 |
| Binary | 1010 | 11011110 | 11111100 | 1100000 | 1100 | 0 | 1 | 10111011 | 1100010 | 110011 |
Color Harmonies of #0ADEFC
Complementary color
Monochromatic Colors of #0ADEFC
Black with #0ADEFC
Text Example
Text Example
White with #0ADEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADEFC; }
p { color: rgb(10,222,252); }
H1.HeaderClassName
{
color: #0ADEFC;
}
.AnyTagClassName
{
color: #0ADEFC;
}
</style>
background-color css
<style>
a { background-color: #0ADEFC; }
a { background-color: rgb(10,222,252); }
div.DivClassName
{
background-color: #0ADEFC;
}
.BgClassName
{
background-color: #0ADEFC;
}
</style>
border-color css
<style>
span { border-color: #0ADEFC; }
span { border-color: rgb(10,222,252); }
td.TdClassName
{
border-color: #0ADEFC;
}
.TagClassName
{
border-color: #0ADEFC;
}
</style>