Shades of Deep Sky Blue #17ABEC
Tints of Deep Sky Blue #17ABEC
RGB
CMYK
RGB Variations
Color information
#17ABEC (or 0x17ABEC) is known color: Deep Sky Blue. HEX triplet: 17, AB and EC. RGB value is (23,171,236). Sum of RGB (Red+Green+Blue) = 23+171+236=430 (56% of max value = 765). Red value is 23 (9.38% from 255 or 5.35% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #17ABEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #17ABEC is #E85413. Grayscale: #858585. Windows color (decimal): -15225876 or 15510295. OLE color: 15510295.
HSL color Cylindrical-coordinate representation of color #17ABEC: hue angle of 198.31º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17ABEC is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 171 | 236 | - |
| CMYK | 0.90 | 0.28 | 0 | 0.07 |
| HSL | 198.31º | 0.85% | 0.51% | - |
| HSV(B) | 198.31º | 0.9% | 0.93% | - |
| XYZ | 30.06 | 35.36 | 84.6 | - |
| YUV | 134.16 | 185.47 | 48.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 171 | 236 | 0.90 | 0.28 | 0 | 0.07 | 198.31 | 0.85 | 0.51 |
| Hex | 17 | AB | EC | 5A | 1C | 0 | 7 | C6 | 55 | 33 |
| Octal | 27 | 253 | 354 | 132 | 34 | 0 | 7 | 306 | 125 | 63 |
| Binary | 10111 | 10101011 | 11101100 | 1011010 | 11100 | 0 | 111 | 11000110 | 1010101 | 110011 |
Color Harmonies of #17ABEC
Complementary color
Monochromatic Colors of #17ABEC
Black with #17ABEC
Text Example
Text Example
White with #17ABEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17ABEC; }
p { color: rgb(23,171,236); }
H1.HeaderClassName
{
color: #17ABEC;
}
.AnyTagClassName
{
color: #17ABEC;
}
</style>
background-color css
<style>
a { background-color: #17ABEC; }
a { background-color: rgb(23,171,236); }
div.DivClassName
{
background-color: #17ABEC;
}
.BgClassName
{
background-color: #17ABEC;
}
</style>
border-color css
<style>
span { border-color: #17ABEC; }
span { border-color: rgb(23,171,236); }
td.TdClassName
{
border-color: #17ABEC;
}
.TagClassName
{
border-color: #17ABEC;
}
</style>