Shades of Deep Sky Blue #10ABE7
Tints of Deep Sky Blue #10ABE7
RGB
CMYK
RGB Variations
Color information
#10ABE7 (or 0x10ABE7) is known color: Deep Sky Blue. HEX triplet: 10, AB and E7. RGB value is (16,171,231). Sum of RGB (Red+Green+Blue) = 16+171+231=418 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.83% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 231 (90.62% from 255 or 55.26% from 418); Max value from RGB is 231 - color contains mainly: blue. Hex color #10ABE7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10ABE7 is #EF5418. Grayscale: #838383. Windows color (decimal): -15684633 or 15182608. OLE color: 15182608.
HSL color Cylindrical-coordinate representation of color #10ABE7: hue angle of 196.74º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10ABE7 is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 16 | 171 | 231 | - |
| CMYK | 0.93 | 0.26 | 0 | 0.09 |
| HSL | 196.74º | 0.87% | 0.48% | - |
| HSV(B) | 196.74º | 0.93% | 0.91% | - |
| XYZ | 29.2 | 35.01 | 80.82 | - |
| YUV | 131.5 | 184.15 | 45.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 171 | 231 | 0.93 | 0.26 | 0 | 0.09 | 196.74 | 0.87 | 0.48 |
| Hex | 10 | AB | E7 | 5D | 1A | 0 | 9 | C5 | 57 | 30 |
| Octal | 20 | 253 | 347 | 135 | 32 | 0 | 11 | 305 | 127 | 60 |
| Binary | 10000 | 10101011 | 11100111 | 1011101 | 11010 | 0 | 1001 | 11000101 | 1010111 | 110000 |
Color Harmonies of #10ABE7
Complementary color
Monochromatic Colors of #10ABE7
Black with #10ABE7
Text Example
Text Example
White with #10ABE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ABE7; }
p { color: rgb(16,171,231); }
H1.HeaderClassName
{
color: #10ABE7;
}
.AnyTagClassName
{
color: #10ABE7;
}
</style>
background-color css
<style>
a { background-color: #10ABE7; }
a { background-color: rgb(16,171,231); }
div.DivClassName
{
background-color: #10ABE7;
}
.BgClassName
{
background-color: #10ABE7;
}
</style>
border-color css
<style>
span { border-color: #10ABE7; }
span { border-color: rgb(16,171,231); }
td.TdClassName
{
border-color: #10ABE7;
}
.TagClassName
{
border-color: #10ABE7;
}
</style>