Shades of Deep Sky Blue #17BCEC
Tints of Deep Sky Blue #17BCEC
RGB
CMYK
RGB Variations
Color information
#17BCEC (or 0x17BCEC) is known color: Deep Sky Blue. HEX triplet: 17, BC and EC. RGB value is (23,188,236). Sum of RGB (Red+Green+Blue) = 23+188+236=447 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.15% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #17BCEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17BCEC is #E84313. Grayscale: #8F8F8F. Windows color (decimal): -15221524 or 15514647. OLE color: 15514647.
HSL color Cylindrical-coordinate representation of color #17BCEC: hue angle of 193.52º 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 #17BCEC is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 188 | 236 | - |
| CMYK | 0.90 | 0.20 | 0 | 0.07 |
| HSL | 193.52º | 0.85% | 0.51% | - |
| HSV(B) | 193.52º | 0.9% | 0.93% | - |
| XYZ | 33.48 | 42.2 | 85.74 | - |
| YUV | 144.14 | 179.84 | 41.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 188 | 236 | 0.90 | 0.20 | 0 | 0.07 | 193.52 | 0.85 | 0.51 |
| Hex | 17 | BC | EC | 5A | 14 | 0 | 7 | C2 | 55 | 33 |
| Octal | 27 | 274 | 354 | 132 | 24 | 0 | 7 | 302 | 125 | 63 |
| Binary | 10111 | 10111100 | 11101100 | 1011010 | 10100 | 0 | 111 | 11000010 | 1010101 | 110011 |
Color Harmonies of #17BCEC
Complementary color
Monochromatic Colors of #17BCEC
Black with #17BCEC
Text Example
Text Example
White with #17BCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BCEC; }
p { color: rgb(23,188,236); }
H1.HeaderClassName
{
color: #17BCEC;
}
.AnyTagClassName
{
color: #17BCEC;
}
</style>
background-color css
<style>
a { background-color: #17BCEC; }
a { background-color: rgb(23,188,236); }
div.DivClassName
{
background-color: #17BCEC;
}
.BgClassName
{
background-color: #17BCEC;
}
</style>
border-color css
<style>
span { border-color: #17BCEC; }
span { border-color: rgb(23,188,236); }
td.TdClassName
{
border-color: #17BCEC;
}
.TagClassName
{
border-color: #17BCEC;
}
</style>