Shades of Deep Sky Blue #17BAEC
Tints of Deep Sky Blue #17BAEC
RGB
CMYK
RGB Variations
Color information
#17BAEC (or 0x17BAEC) is known color: Deep Sky Blue. HEX triplet: 17, BA and EC. RGB value is (23,186,236). Sum of RGB (Red+Green+Blue) = 23+186+236=445 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.17% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #17BAEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17BAEC is #E84513. Grayscale: #8E8E8E. Windows color (decimal): -15222036 or 15514135. OLE color: 15514135.
HSL color Cylindrical-coordinate representation of color #17BAEC: hue angle of 194.08º 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 #17BAEC is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 186 | 236 | - |
| CMYK | 0.90 | 0.21 | 0 | 0.07 |
| HSL | 194.08º | 0.85% | 0.51% | - |
| HSV(B) | 194.08º | 0.9% | 0.93% | - |
| XYZ | 33.05 | 41.36 | 85.6 | - |
| YUV | 142.96 | 180.5 | 42.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 186 | 236 | 0.90 | 0.21 | 0 | 0.07 | 194.08 | 0.85 | 0.51 |
| Hex | 17 | BA | EC | 5A | 15 | 0 | 7 | C2 | 55 | 33 |
| Octal | 27 | 272 | 354 | 132 | 25 | 0 | 7 | 302 | 125 | 63 |
| Binary | 10111 | 10111010 | 11101100 | 1011010 | 10101 | 0 | 111 | 11000010 | 1010101 | 110011 |
Color Harmonies of #17BAEC
Complementary color
Monochromatic Colors of #17BAEC
Black with #17BAEC
Text Example
Text Example
White with #17BAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BAEC; }
p { color: rgb(23,186,236); }
H1.HeaderClassName
{
color: #17BAEC;
}
.AnyTagClassName
{
color: #17BAEC;
}
</style>
background-color css
<style>
a { background-color: #17BAEC; }
a { background-color: rgb(23,186,236); }
div.DivClassName
{
background-color: #17BAEC;
}
.BgClassName
{
background-color: #17BAEC;
}
</style>
border-color css
<style>
span { border-color: #17BAEC; }
span { border-color: rgb(23,186,236); }
td.TdClassName
{
border-color: #17BAEC;
}
.TagClassName
{
border-color: #17BAEC;
}
</style>