Shades of Deep Sky Blue #17CCED
Tints of Deep Sky Blue #17CCED
RGB
CMYK
RGB Variations
Color information
#17CCED (or 0x17CCED) is known color: Deep Sky Blue. HEX triplet: 17, CC and ED. RGB value is (23,204,237). Sum of RGB (Red+Green+Blue) = 23+204+237=464 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.96% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #17CCED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17CCED is #E83312. Grayscale: #999999. Windows color (decimal): -15217427 or 15584279. OLE color: 15584279.
HSL color Cylindrical-coordinate representation of color #17CCED: hue angle of 189.25º 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 #17CCED is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 204 | 237 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.07 |
| HSL | 189.25º | 0.86% | 0.51% | - |
| HSV(B) | 189.25º | 0.9% | 0.93% | - |
| XYZ | 37.23 | 49.48 | 87.71 | - |
| YUV | 153.64 | 175.03 | 34.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 204 | 237 | 0.90 | 0.14 | 0 | 0.07 | 189.25 | 0.86 | 0.51 |
| Hex | 17 | CC | ED | 5A | E | 0 | 7 | BD | 56 | 33 |
| Octal | 27 | 314 | 355 | 132 | 16 | 0 | 7 | 275 | 126 | 63 |
| Binary | 10111 | 11001100 | 11101101 | 1011010 | 1110 | 0 | 111 | 10111101 | 1010110 | 110011 |
Color Harmonies of #17CCED
Complementary color
Monochromatic Colors of #17CCED
Black with #17CCED
Text Example
Text Example
White with #17CCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CCED; }
p { color: rgb(23,204,237); }
H1.HeaderClassName
{
color: #17CCED;
}
.AnyTagClassName
{
color: #17CCED;
}
</style>
background-color css
<style>
a { background-color: #17CCED; }
a { background-color: rgb(23,204,237); }
div.DivClassName
{
background-color: #17CCED;
}
.BgClassName
{
background-color: #17CCED;
}
</style>
border-color css
<style>
span { border-color: #17CCED; }
span { border-color: rgb(23,204,237); }
td.TdClassName
{
border-color: #17CCED;
}
.TagClassName
{
border-color: #17CCED;
}
</style>