Shades of Deep Sky Blue #10ADEE
Tints of Deep Sky Blue #10ADEE
RGB
CMYK
RGB Variations
Color information
#10ADEE (or 0x10ADEE) is known color: Deep Sky Blue. HEX triplet: 10, AD and EE. RGB value is (16,173,238). Sum of RGB (Red+Green+Blue) = 16+173+238=427 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.75% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 238 (93.36% from 255 or 55.74% from 427); Max value from RGB is 238 - color contains mainly: blue. Hex color #10ADEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10ADEE is #EF5211. Grayscale: #858585. Windows color (decimal): -15684114 or 15641872. OLE color: 15641872.
HSL color Cylindrical-coordinate representation of color #10ADEE: hue angle of 197.57º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10ADEE is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 173 | 238 | - |
| CMYK | 0.93 | 0.27 | 0 | 0.07 |
| HSL | 197.57º | 0.87% | 0.5% | - |
| HSV(B) | 197.57º | 0.93% | 0.93% | - |
| XYZ | 30.59 | 36.17 | 86.26 | - |
| YUV | 133.47 | 186.99 | 44.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 173 | 238 | 0.93 | 0.27 | 0 | 0.07 | 197.57 | 0.87 | 0.5 |
| Hex | 10 | AD | EE | 5D | 1B | 0 | 7 | C6 | 57 | 32 |
| Octal | 20 | 255 | 356 | 135 | 33 | 0 | 7 | 306 | 127 | 62 |
| Binary | 10000 | 10101101 | 11101110 | 1011101 | 11011 | 0 | 111 | 11000110 | 1010111 | 110010 |
Color Harmonies of #10ADEE
Complementary color
Monochromatic Colors of #10ADEE
Black with #10ADEE
Text Example
Text Example
White with #10ADEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ADEE; }
p { color: rgb(16,173,238); }
H1.HeaderClassName
{
color: #10ADEE;
}
.AnyTagClassName
{
color: #10ADEE;
}
</style>
background-color css
<style>
a { background-color: #10ADEE; }
a { background-color: rgb(16,173,238); }
div.DivClassName
{
background-color: #10ADEE;
}
.BgClassName
{
background-color: #10ADEE;
}
</style>
border-color css
<style>
span { border-color: #10ADEE; }
span { border-color: rgb(16,173,238); }
td.TdClassName
{
border-color: #10ADEE;
}
.TagClassName
{
border-color: #10ADEE;
}
</style>