Shades of Deep Sky Blue #17BCEB
Tints of Deep Sky Blue #17BCEB
RGB
CMYK
RGB Variations
Color information
#17BCEB (or 0x17BCEB) is known color: Deep Sky Blue. HEX triplet: 17, BC and EB. RGB value is (23,188,235). Sum of RGB (Red+Green+Blue) = 23+188+235=446 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.16% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #17BCEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17BCEB is #E84314. Grayscale: #8F8F8F. Windows color (decimal): -15221525 or 15449111. OLE color: 15449111.
HSL color Cylindrical-coordinate representation of color #17BCEB: hue angle of 193.3º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17BCEB is Cyan = 0.90, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 188 | 235 | - |
| CMYK | 0.90 | 0.2 | 0 | 0.08 |
| HSL | 193.3º | 0.84% | 0.51% | - |
| HSV(B) | 193.3º | 0.9% | 0.92% | - |
| XYZ | 33.33 | 42.15 | 84.98 | - |
| YUV | 144.02 | 179.34 | 41.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 188 | 235 | 0.90 | 0.2 | 0 | 0.08 | 193.3 | 0.84 | 0.51 |
| Hex | 17 | BC | EB | 5A | 14 | 0 | 8 | C1 | 54 | 33 |
| Octal | 27 | 274 | 353 | 132 | 24 | 0 | 10 | 301 | 124 | 63 |
| Binary | 10111 | 10111100 | 11101011 | 1011010 | 10100 | 0 | 1000 | 11000001 | 1010100 | 110011 |
Color Harmonies of #17BCEB
Complementary color
Monochromatic Colors of #17BCEB
Black with #17BCEB
Text Example
Text Example
White with #17BCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BCEB; }
p { color: rgb(23,188,235); }
H1.HeaderClassName
{
color: #17BCEB;
}
.AnyTagClassName
{
color: #17BCEB;
}
</style>
background-color css
<style>
a { background-color: #17BCEB; }
a { background-color: rgb(23,188,235); }
div.DivClassName
{
background-color: #17BCEB;
}
.BgClassName
{
background-color: #17BCEB;
}
</style>
border-color css
<style>
span { border-color: #17BCEB; }
span { border-color: rgb(23,188,235); }
td.TdClassName
{
border-color: #17BCEB;
}
.TagClassName
{
border-color: #17BCEB;
}
</style>