Shades of Deep Sky Blue #10ABE9
Tints of Deep Sky Blue #10ABE9
RGB
CMYK
RGB Variations
Color information
#10ABE9 (or 0x10ABE9) is known color: Deep Sky Blue. HEX triplet: 10, AB and E9. RGB value is (16,171,233). Sum of RGB (Red+Green+Blue) = 16+171+233=420 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.81% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 233 (91.41% from 255 or 55.48% from 420); Max value from RGB is 233 - color contains mainly: blue. Hex color #10ABE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10ABE9 is #EF5416. Grayscale: #838383. Windows color (decimal): -15684631 or 15313680. OLE color: 15313680.
HSL color Cylindrical-coordinate representation of color #10ABE9: hue angle of 197.14º 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 #10ABE9 is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 16 | 171 | 233 | - |
| CMYK | 0.93 | 0.27 | 0 | 0.09 |
| HSL | 197.14º | 0.87% | 0.49% | - |
| HSV(B) | 197.14º | 0.93% | 0.91% | - |
| XYZ | 29.48 | 35.12 | 82.32 | - |
| YUV | 131.72 | 185.15 | 45.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 171 | 233 | 0.93 | 0.27 | 0 | 0.09 | 197.14 | 0.87 | 0.49 |
| Hex | 10 | AB | E9 | 5D | 1B | 0 | 9 | C5 | 57 | 31 |
| Octal | 20 | 253 | 351 | 135 | 33 | 0 | 11 | 305 | 127 | 61 |
| Binary | 10000 | 10101011 | 11101001 | 1011101 | 11011 | 0 | 1001 | 11000101 | 1010111 | 110001 |
Color Harmonies of #10ABE9
Complementary color
Monochromatic Colors of #10ABE9
Black with #10ABE9
Text Example
Text Example
White with #10ABE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ABE9; }
p { color: rgb(16,171,233); }
H1.HeaderClassName
{
color: #10ABE9;
}
.AnyTagClassName
{
color: #10ABE9;
}
</style>
background-color css
<style>
a { background-color: #10ABE9; }
a { background-color: rgb(16,171,233); }
div.DivClassName
{
background-color: #10ABE9;
}
.BgClassName
{
background-color: #10ABE9;
}
</style>
border-color css
<style>
span { border-color: #10ABE9; }
span { border-color: rgb(16,171,233); }
td.TdClassName
{
border-color: #10ABE9;
}
.TagClassName
{
border-color: #10ABE9;
}
</style>