Shades of Deep Sky Blue #0ADEFF
Tints of Deep Sky Blue #0ADEFF
RGB
CMYK
RGB Variations
Color information
#0ADEFF (or 0x0ADEFF) is known color: Deep Sky Blue. HEX triplet: 0A, DE and FF. RGB value is (10,222,255). Sum of RGB (Red+Green+Blue) = 10+222+255=487 (64% of max value = 765). Red value is 10 (4.30% from 255 or 2.05% from 487); Green value is 222 (87.11% from 255 or 45.59% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #0ADEFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ADEFF is #F52100. Grayscale: #A2A2A2. Windows color (decimal): -16064769 or 16768522. OLE color: 16768522.
HSL color Cylindrical-coordinate representation of color #0ADEFF: hue angle of 188.08º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ADEFF is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 222 | 255 | - |
| CMYK | 0.96 | 0.13 | 0 | 0 |
| HSL | 188.08º | 1% | 0.52% | - |
| HSV(B) | 188.08º | 0.96% | 1% | - |
| XYZ | 44.3 | 59.53 | 103.76 | - |
| YUV | 162.37 | 180.26 | 19.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 222 | 255 | 0.96 | 0.13 | 0 | 0 | 188.08 | 1 | 0.52 |
| Hex | A | DE | FF | 60 | D | 0 | 0 | BC | 64 | 34 |
| Octal | 12 | 336 | 377 | 140 | 15 | 0 | 0 | 274 | 144 | 64 |
| Binary | 1010 | 11011110 | 11111111 | 1100000 | 1101 | 0 | 0 | 10111100 | 1100100 | 110100 |
Color Harmonies of #0ADEFF
Complementary color
Monochromatic Colors of #0ADEFF
Black with #0ADEFF
Text Example
Text Example
White with #0ADEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADEFF; }
p { color: rgb(10,222,255); }
H1.HeaderClassName
{
color: #0ADEFF;
}
.AnyTagClassName
{
color: #0ADEFF;
}
</style>
background-color css
<style>
a { background-color: #0ADEFF; }
a { background-color: rgb(10,222,255); }
div.DivClassName
{
background-color: #0ADEFF;
}
.BgClassName
{
background-color: #0ADEFF;
}
</style>
border-color css
<style>
span { border-color: #0ADEFF; }
span { border-color: rgb(10,222,255); }
td.TdClassName
{
border-color: #0ADEFF;
}
.TagClassName
{
border-color: #0ADEFF;
}
</style>