Shades of Deep Sky Blue #17CDEC
Tints of Deep Sky Blue #17CDEC
RGB
CMYK
RGB Variations
Color information
#17CDEC (or 0x17CDEC) is known color: Deep Sky Blue. HEX triplet: 17, CD and EC. RGB value is (23,205,236). Sum of RGB (Red+Green+Blue) = 23+205+236=464 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.96% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #17CDEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17CDEC is #E83213. Grayscale: #999999. Windows color (decimal): -15217172 or 15518999. OLE color: 15518999.
HSL color Cylindrical-coordinate representation of color #17CDEC: hue angle of 188.73º degrees, saturation: 0.85, 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 #17CDEC is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 205 | 236 | - |
| CMYK | 0.90 | 0.13 | 0 | 0.07 |
| HSL | 188.73º | 0.85% | 0.51% | - |
| HSV(B) | 188.73º | 0.9% | 0.93% | - |
| XYZ | 37.32 | 49.9 | 87.02 | - |
| YUV | 154.12 | 174.2 | 34.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 205 | 236 | 0.90 | 0.13 | 0 | 0.07 | 188.73 | 0.85 | 0.51 |
| Hex | 17 | CD | EC | 5A | D | 0 | 7 | BD | 55 | 33 |
| Octal | 27 | 315 | 354 | 132 | 15 | 0 | 7 | 275 | 125 | 63 |
| Binary | 10111 | 11001101 | 11101100 | 1011010 | 1101 | 0 | 111 | 10111101 | 1010101 | 110011 |
Color Harmonies of #17CDEC
Complementary color
Monochromatic Colors of #17CDEC
Black with #17CDEC
Text Example
Text Example
White with #17CDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CDEC; }
p { color: rgb(23,205,236); }
H1.HeaderClassName
{
color: #17CDEC;
}
.AnyTagClassName
{
color: #17CDEC;
}
</style>
background-color css
<style>
a { background-color: #17CDEC; }
a { background-color: rgb(23,205,236); }
div.DivClassName
{
background-color: #17CDEC;
}
.BgClassName
{
background-color: #17CDEC;
}
</style>
border-color css
<style>
span { border-color: #17CDEC; }
span { border-color: rgb(23,205,236); }
td.TdClassName
{
border-color: #17CDEC;
}
.TagClassName
{
border-color: #17CDEC;
}
</style>