Shades of Deep Sky Blue #17BDED
Tints of Deep Sky Blue #17BDED
RGB
CMYK
RGB Variations
Color information
#17BDED (or 0x17BDED) is known color: Deep Sky Blue. HEX triplet: 17, BD and ED. RGB value is (23,189,237). Sum of RGB (Red+Green+Blue) = 23+189+237=449 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.12% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #17BDED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17BDED is #E84212. Grayscale: #909090. Windows color (decimal): -15221267 or 15580439. OLE color: 15580439.
HSL color Cylindrical-coordinate representation of color #17BDED: hue angle of 193.46º degrees, saturation: 0.86, 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 #17BDED is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 189 | 237 | - |
| CMYK | 0.90 | 0.20 | 0 | 0.07 |
| HSL | 193.46º | 0.86% | 0.51% | - |
| HSV(B) | 193.46º | 0.9% | 0.93% | - |
| XYZ | 33.84 | 42.69 | 86.58 | - |
| YUV | 144.84 | 180 | 41.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 189 | 237 | 0.90 | 0.20 | 0 | 0.07 | 193.46 | 0.86 | 0.51 |
| Hex | 17 | BD | ED | 5A | 14 | 0 | 7 | C1 | 56 | 33 |
| Octal | 27 | 275 | 355 | 132 | 24 | 0 | 7 | 301 | 126 | 63 |
| Binary | 10111 | 10111101 | 11101101 | 1011010 | 10100 | 0 | 111 | 11000001 | 1010110 | 110011 |
Color Harmonies of #17BDED
Complementary color
Monochromatic Colors of #17BDED
Black with #17BDED
Text Example
Text Example
White with #17BDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BDED; }
p { color: rgb(23,189,237); }
H1.HeaderClassName
{
color: #17BDED;
}
.AnyTagClassName
{
color: #17BDED;
}
</style>
background-color css
<style>
a { background-color: #17BDED; }
a { background-color: rgb(23,189,237); }
div.DivClassName
{
background-color: #17BDED;
}
.BgClassName
{
background-color: #17BDED;
}
</style>
border-color css
<style>
span { border-color: #17BDED; }
span { border-color: rgb(23,189,237); }
td.TdClassName
{
border-color: #17BDED;
}
.TagClassName
{
border-color: #17BDED;
}
</style>