Shades of Deep Sky Blue #10ABEB
Tints of Deep Sky Blue #10ABEB
RGB
CMYK
RGB Variations
Color information
#10ABEB (or 0x10ABEB) is known color: Deep Sky Blue. HEX triplet: 10, AB and EB. RGB value is (16,171,235). Sum of RGB (Red+Green+Blue) = 16+171+235=422 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.79% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 235 (92.19% from 255 or 55.69% from 422); Max value from RGB is 235 - color contains mainly: blue. Hex color #10ABEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10ABEB is #EF5414. Grayscale: #838383. Windows color (decimal): -15684629 or 15444752. OLE color: 15444752.
HSL color Cylindrical-coordinate representation of color #10ABEB: hue angle of 197.53º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10ABEB is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 171 | 235 | - |
| CMYK | 0.93 | 0.27 | 0 | 0.08 |
| HSL | 197.53º | 0.87% | 0.49% | - |
| HSV(B) | 197.53º | 0.93% | 0.92% | - |
| XYZ | 29.77 | 35.23 | 83.83 | - |
| YUV | 131.95 | 186.15 | 45.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 171 | 235 | 0.93 | 0.27 | 0 | 0.08 | 197.53 | 0.87 | 0.49 |
| Hex | 10 | AB | EB | 5D | 1B | 0 | 8 | C6 | 57 | 31 |
| Octal | 20 | 253 | 353 | 135 | 33 | 0 | 10 | 306 | 127 | 61 |
| Binary | 10000 | 10101011 | 11101011 | 1011101 | 11011 | 0 | 1000 | 11000110 | 1010111 | 110001 |
Color Harmonies of #10ABEB
Complementary color
Monochromatic Colors of #10ABEB
Black with #10ABEB
Text Example
Text Example
White with #10ABEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ABEB; }
p { color: rgb(16,171,235); }
H1.HeaderClassName
{
color: #10ABEB;
}
.AnyTagClassName
{
color: #10ABEB;
}
</style>
background-color css
<style>
a { background-color: #10ABEB; }
a { background-color: rgb(16,171,235); }
div.DivClassName
{
background-color: #10ABEB;
}
.BgClassName
{
background-color: #10ABEB;
}
</style>
border-color css
<style>
span { border-color: #10ABEB; }
span { border-color: rgb(16,171,235); }
td.TdClassName
{
border-color: #10ABEB;
}
.TagClassName
{
border-color: #10ABEB;
}
</style>