Shades of Deep Sky Blue #17BDEF
Tints of Deep Sky Blue #17BDEF
RGB
CMYK
RGB Variations
Color information
#17BDEF (or 0x17BDEF) is known color: Deep Sky Blue. HEX triplet: 17, BD and EF. RGB value is (23,189,239). Sum of RGB (Red+Green+Blue) = 23+189+239=451 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.10% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 239 (93.75% from 255 or 52.99% from 451); Max value from RGB is 239 - color contains mainly: blue. Hex color #17BDEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17BDEF is #E84210. Grayscale: #909090. Windows color (decimal): -15221265 or 15711511. OLE color: 15711511.
HSL color Cylindrical-coordinate representation of color #17BDEF: hue angle of 193.89º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17BDEF is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 23 | 189 | 239 | - |
| CMYK | 0.90 | 0.21 | 0 | 0.06 |
| HSL | 193.89º | 0.87% | 0.51% | - |
| HSV(B) | 193.89º | 0.9% | 0.94% | - |
| XYZ | 34.13 | 42.81 | 88.13 | - |
| YUV | 145.07 | 181 | 40.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 189 | 239 | 0.90 | 0.21 | 0 | 0.06 | 193.89 | 0.87 | 0.51 |
| Hex | 17 | BD | EF | 5A | 15 | 0 | 6 | C2 | 57 | 33 |
| Octal | 27 | 275 | 357 | 132 | 25 | 0 | 6 | 302 | 127 | 63 |
| Binary | 10111 | 10111101 | 11101111 | 1011010 | 10101 | 0 | 110 | 11000010 | 1010111 | 110011 |
Color Harmonies of #17BDEF
Complementary color
Monochromatic Colors of #17BDEF
Black with #17BDEF
Text Example
Text Example
White with #17BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BDEF; }
p { color: rgb(23,189,239); }
H1.HeaderClassName
{
color: #17BDEF;
}
.AnyTagClassName
{
color: #17BDEF;
}
</style>
background-color css
<style>
a { background-color: #17BDEF; }
a { background-color: rgb(23,189,239); }
div.DivClassName
{
background-color: #17BDEF;
}
.BgClassName
{
background-color: #17BDEF;
}
</style>
border-color css
<style>
span { border-color: #17BDEF; }
span { border-color: rgb(23,189,239); }
td.TdClassName
{
border-color: #17BDEF;
}
.TagClassName
{
border-color: #17BDEF;
}
</style>