Shades of Deep Sky Blue #10ABEE
Tints of Deep Sky Blue #10ABEE
RGB
CMYK
RGB Variations
Color information
#10ABEE (or 0x10ABEE) is known color: Deep Sky Blue. HEX triplet: 10, AB and EE. RGB value is (16,171,238). Sum of RGB (Red+Green+Blue) = 16+171+238=425 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.76% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 238 (93.36% from 255 or 56% from 425); Max value from RGB is 238 - color contains mainly: blue. Hex color #10ABEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10ABEE is #EF5411. Grayscale: #838383. Windows color (decimal): -15684626 or 15641360. OLE color: 15641360.
HSL color Cylindrical-coordinate representation of color #10ABEE: hue angle of 198.11º 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 #10ABEE is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 171 | 238 | - |
| CMYK | 0.93 | 0.28 | 0 | 0.07 |
| HSL | 198.11º | 0.87% | 0.5% | - |
| HSV(B) | 198.11º | 0.93% | 0.93% | - |
| XYZ | 30.21 | 35.41 | 86.13 | - |
| YUV | 132.29 | 187.65 | 45.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 171 | 238 | 0.93 | 0.28 | 0 | 0.07 | 198.11 | 0.87 | 0.5 |
| Hex | 10 | AB | EE | 5D | 1C | 0 | 7 | C6 | 57 | 32 |
| Octal | 20 | 253 | 356 | 135 | 34 | 0 | 7 | 306 | 127 | 62 |
| Binary | 10000 | 10101011 | 11101110 | 1011101 | 11100 | 0 | 111 | 11000110 | 1010111 | 110010 |
Color Harmonies of #10ABEE
Complementary color
Monochromatic Colors of #10ABEE
Black with #10ABEE
Text Example
Text Example
White with #10ABEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ABEE; }
p { color: rgb(16,171,238); }
H1.HeaderClassName
{
color: #10ABEE;
}
.AnyTagClassName
{
color: #10ABEE;
}
</style>
background-color css
<style>
a { background-color: #10ABEE; }
a { background-color: rgb(16,171,238); }
div.DivClassName
{
background-color: #10ABEE;
}
.BgClassName
{
background-color: #10ABEE;
}
</style>
border-color css
<style>
span { border-color: #10ABEE; }
span { border-color: rgb(16,171,238); }
td.TdClassName
{
border-color: #10ABEE;
}
.TagClassName
{
border-color: #10ABEE;
}
</style>