Shades of Deep Sky Blue #10ADEC
Tints of Deep Sky Blue #10ADEC
RGB
CMYK
RGB Variations
Color information
#10ADEC (or 0x10ADEC) is known color: Deep Sky Blue. HEX triplet: 10, AD and EC. RGB value is (16,173,236). Sum of RGB (Red+Green+Blue) = 16+173+236=425 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.76% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 236 (92.58% from 255 or 55.53% from 425); Max value from RGB is 236 - color contains mainly: blue. Hex color #10ADEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10ADEC is #EF5213. Grayscale: #848484. Windows color (decimal): -15684116 or 15510800. OLE color: 15510800.
HSL color Cylindrical-coordinate representation of color #10ADEC: hue angle of 197.18º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10ADEC is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 173 | 236 | - |
| CMYK | 0.93 | 0.27 | 0 | 0.07 |
| HSL | 197.18º | 0.87% | 0.49% | - |
| HSV(B) | 197.18º | 0.93% | 0.93% | - |
| XYZ | 30.3 | 36.05 | 84.72 | - |
| YUV | 133.24 | 185.99 | 44.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 173 | 236 | 0.93 | 0.27 | 0 | 0.07 | 197.18 | 0.87 | 0.49 |
| Hex | 10 | AD | EC | 5D | 1B | 0 | 7 | C5 | 57 | 31 |
| Octal | 20 | 255 | 354 | 135 | 33 | 0 | 7 | 305 | 127 | 61 |
| Binary | 10000 | 10101101 | 11101100 | 1011101 | 11011 | 0 | 111 | 11000101 | 1010111 | 110001 |
Color Harmonies of #10ADEC
Complementary color
Monochromatic Colors of #10ADEC
Black with #10ADEC
Text Example
Text Example
White with #10ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ADEC; }
p { color: rgb(16,173,236); }
H1.HeaderClassName
{
color: #10ADEC;
}
.AnyTagClassName
{
color: #10ADEC;
}
</style>
background-color css
<style>
a { background-color: #10ADEC; }
a { background-color: rgb(16,173,236); }
div.DivClassName
{
background-color: #10ADEC;
}
.BgClassName
{
background-color: #10ADEC;
}
</style>
border-color css
<style>
span { border-color: #10ADEC; }
span { border-color: rgb(16,173,236); }
td.TdClassName
{
border-color: #10ADEC;
}
.TagClassName
{
border-color: #10ADEC;
}
</style>