Shades of Deep Sky Blue #17BBEB
Tints of Deep Sky Blue #17BBEB
RGB
CMYK
RGB Variations
Color information
#17BBEB (or 0x17BBEB) is known color: Deep Sky Blue. HEX triplet: 17, BB and EB. RGB value is (23,187,235). Sum of RGB (Red+Green+Blue) = 23+187+235=445 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.17% from 445); Green value is 187 (73.44% from 255 or 42.02% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #17BBEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17BBEB is #E84414. Grayscale: #8F8F8F. Windows color (decimal): -15221781 or 15448855. OLE color: 15448855.
HSL color Cylindrical-coordinate representation of color #17BBEB: hue angle of 193.58º 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 #17BBEB is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 187 | 235 | - |
| CMYK | 0.90 | 0.20 | 0 | 0.08 |
| HSL | 193.58º | 0.84% | 0.51% | - |
| HSV(B) | 193.58º | 0.9% | 0.92% | - |
| XYZ | 33.12 | 41.72 | 84.9 | - |
| YUV | 143.44 | 179.67 | 42.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 187 | 235 | 0.90 | 0.20 | 0 | 0.08 | 193.58 | 0.84 | 0.51 |
| Hex | 17 | BB | EB | 5A | 14 | 0 | 8 | C2 | 54 | 33 |
| Octal | 27 | 273 | 353 | 132 | 24 | 0 | 10 | 302 | 124 | 63 |
| Binary | 10111 | 10111011 | 11101011 | 1011010 | 10100 | 0 | 1000 | 11000010 | 1010100 | 110011 |
Color Harmonies of #17BBEB
Complementary color
Monochromatic Colors of #17BBEB
Black with #17BBEB
Text Example
Text Example
White with #17BBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BBEB; }
p { color: rgb(23,187,235); }
H1.HeaderClassName
{
color: #17BBEB;
}
.AnyTagClassName
{
color: #17BBEB;
}
</style>
background-color css
<style>
a { background-color: #17BBEB; }
a { background-color: rgb(23,187,235); }
div.DivClassName
{
background-color: #17BBEB;
}
.BgClassName
{
background-color: #17BBEB;
}
</style>
border-color css
<style>
span { border-color: #17BBEB; }
span { border-color: rgb(23,187,235); }
td.TdClassName
{
border-color: #17BBEB;
}
.TagClassName
{
border-color: #17BBEB;
}
</style>