Shades of Deep Sky Blue #0ADEFE
Tints of Deep Sky Blue #0ADEFE
RGB
CMYK
RGB Variations
Color information
#0ADEFE (or 0x0ADEFE) is known color: Deep Sky Blue. HEX triplet: 0A, DE and FE. RGB value is (10,222,254). Sum of RGB (Red+Green+Blue) = 10+222+254=486 (64% of max value = 765). Red value is 10 (4.30% from 255 or 2.06% from 486); Green value is 222 (87.11% from 255 or 45.68% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #0ADEFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ADEFE is #F52101. Grayscale: #A1A1A1. Windows color (decimal): -16064770 or 16702986. OLE color: 16702986.
HSL color Cylindrical-coordinate representation of color #0ADEFE: hue angle of 187.87º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ADEFE is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 222 | 254 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.00 |
| HSL | 187.87º | 0.99% | 0.52% | - |
| HSV(B) | 187.87º | 0.96% | 1% | - |
| XYZ | 44.14 | 59.46 | 102.92 | - |
| YUV | 162.26 | 179.76 | 19.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 222 | 254 | 0.96 | 0.13 | 0 | 0.00 | 187.87 | 0.99 | 0.52 |
| Hex | A | DE | FE | 60 | D | 0 | 0 | BC | 63 | 34 |
| Octal | 12 | 336 | 376 | 140 | 15 | 0 | 0 | 274 | 143 | 64 |
| Binary | 1010 | 11011110 | 11111110 | 1100000 | 1101 | 0 | 0 | 10111100 | 1100011 | 110100 |
Color Harmonies of #0ADEFE
Complementary color
Monochromatic Colors of #0ADEFE
Black with #0ADEFE
Text Example
Text Example
White with #0ADEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADEFE; }
p { color: rgb(10,222,254); }
H1.HeaderClassName
{
color: #0ADEFE;
}
.AnyTagClassName
{
color: #0ADEFE;
}
</style>
background-color css
<style>
a { background-color: #0ADEFE; }
a { background-color: rgb(10,222,254); }
div.DivClassName
{
background-color: #0ADEFE;
}
.BgClassName
{
background-color: #0ADEFE;
}
</style>
border-color css
<style>
span { border-color: #0ADEFE; }
span { border-color: rgb(10,222,254); }
td.TdClassName
{
border-color: #0ADEFE;
}
.TagClassName
{
border-color: #0ADEFE;
}
</style>