Shades of Deep Sky Blue #10ADE9
Tints of Deep Sky Blue #10ADE9
RGB
CMYK
RGB Variations
Color information
#10ADE9 (or 0x10ADE9) is known color: Deep Sky Blue. HEX triplet: 10, AD and E9. RGB value is (16,173,233). Sum of RGB (Red+Green+Blue) = 16+173+233=422 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.79% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 233 (91.41% from 255 or 55.21% from 422); Max value from RGB is 233 - color contains mainly: blue. Hex color #10ADE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10ADE9 is #EF5216. Grayscale: #848484. Windows color (decimal): -15684119 or 15314192. OLE color: 15314192.
HSL color Cylindrical-coordinate representation of color #10ADE9: hue angle of 196.59º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10ADE9 is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 16 | 173 | 233 | - |
| CMYK | 0.93 | 0.26 | 0 | 0.09 |
| HSL | 196.59º | 0.87% | 0.49% | - |
| HSV(B) | 196.59º | 0.93% | 0.91% | - |
| XYZ | 29.87 | 35.88 | 82.44 | - |
| YUV | 132.9 | 184.49 | 44.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 173 | 233 | 0.93 | 0.26 | 0 | 0.09 | 196.59 | 0.87 | 0.49 |
| Hex | 10 | AD | E9 | 5D | 1A | 0 | 9 | C5 | 57 | 31 |
| Octal | 20 | 255 | 351 | 135 | 32 | 0 | 11 | 305 | 127 | 61 |
| Binary | 10000 | 10101101 | 11101001 | 1011101 | 11010 | 0 | 1001 | 11000101 | 1010111 | 110001 |
Color Harmonies of #10ADE9
Complementary color
Monochromatic Colors of #10ADE9
Black with #10ADE9
Text Example
Text Example
White with #10ADE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ADE9; }
p { color: rgb(16,173,233); }
H1.HeaderClassName
{
color: #10ADE9;
}
.AnyTagClassName
{
color: #10ADE9;
}
</style>
background-color css
<style>
a { background-color: #10ADE9; }
a { background-color: rgb(16,173,233); }
div.DivClassName
{
background-color: #10ADE9;
}
.BgClassName
{
background-color: #10ADE9;
}
</style>
border-color css
<style>
span { border-color: #10ADE9; }
span { border-color: rgb(16,173,233); }
td.TdClassName
{
border-color: #10ADE9;
}
.TagClassName
{
border-color: #10ADE9;
}
</style>