Shades of Deep Sky Blue #17BDE6
Tints of Deep Sky Blue #17BDE6
RGB
CMYK
RGB Variations
Color information
#17BDE6 (or 0x17BDE6) is known color: Deep Sky Blue. HEX triplet: 17, BD and E6. RGB value is (23,189,230). Sum of RGB (Red+Green+Blue) = 23+189+230=442 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.20% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 230 (90.23% from 255 or 52.04% from 442); Max value from RGB is 230 - color contains mainly: blue. Hex color #17BDE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17BDE6 is #E84219. Grayscale: #8F8F8F. Windows color (decimal): -15221274 or 15121687. OLE color: 15121687.
HSL color Cylindrical-coordinate representation of color #17BDE6: hue angle of 191.88º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17BDE6 is Cyan = 0.9, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 23 | 189 | 230 | - |
| CMYK | 0.9 | 0.18 | 0 | 0.10 |
| HSL | 191.88º | 0.82% | 0.5% | - |
| HSV(B) | 191.88º | 0.9% | 0.9% | - |
| XYZ | 32.83 | 42.29 | 81.3 | - |
| YUV | 144.04 | 176.5 | 41.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 189 | 230 | 0.9 | 0.18 | 0 | 0.10 | 191.88 | 0.82 | 0.5 |
| Hex | 17 | BD | E6 | 5A | 12 | 0 | A | C0 | 52 | 32 |
| Octal | 27 | 275 | 346 | 132 | 22 | 0 | 12 | 300 | 122 | 62 |
| Binary | 10111 | 10111101 | 11100110 | 1011010 | 10010 | 0 | 1010 | 11000000 | 1010010 | 110010 |
Color Harmonies of #17BDE6
Complementary color
Monochromatic Colors of #17BDE6
Black with #17BDE6
Text Example
Text Example
White with #17BDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BDE6; }
p { color: rgb(23,189,230); }
H1.HeaderClassName
{
color: #17BDE6;
}
.AnyTagClassName
{
color: #17BDE6;
}
</style>
background-color css
<style>
a { background-color: #17BDE6; }
a { background-color: rgb(23,189,230); }
div.DivClassName
{
background-color: #17BDE6;
}
.BgClassName
{
background-color: #17BDE6;
}
</style>
border-color css
<style>
span { border-color: #17BDE6; }
span { border-color: rgb(23,189,230); }
td.TdClassName
{
border-color: #17BDE6;
}
.TagClassName
{
border-color: #17BDE6;
}
</style>