Shades of Deep Sky Blue #17ADEC
Tints of Deep Sky Blue #17ADEC
RGB
CMYK
RGB Variations
Color information
#17ADEC (or 0x17ADEC) is known color: Deep Sky Blue. HEX triplet: 17, AD and EC. RGB value is (23,173,236). Sum of RGB (Red+Green+Blue) = 23+173+236=432 (57% of max value = 765). Red value is 23 (9.38% from 255 or 5.32% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #17ADEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #17ADEC is #E85213. Grayscale: #868686. Windows color (decimal): -15225364 or 15510807. OLE color: 15510807.
HSL color Cylindrical-coordinate representation of color #17ADEC: hue angle of 197.75º 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 #17ADEC is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 173 | 236 | - |
| CMYK | 0.90 | 0.27 | 0 | 0.07 |
| HSL | 197.75º | 0.85% | 0.51% | - |
| HSV(B) | 197.75º | 0.9% | 0.93% | - |
| XYZ | 30.44 | 36.13 | 84.73 | - |
| YUV | 135.33 | 184.81 | 47.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 173 | 236 | 0.90 | 0.27 | 0 | 0.07 | 197.75 | 0.85 | 0.51 |
| Hex | 17 | AD | EC | 5A | 1B | 0 | 7 | C6 | 55 | 33 |
| Octal | 27 | 255 | 354 | 132 | 33 | 0 | 7 | 306 | 125 | 63 |
| Binary | 10111 | 10101101 | 11101100 | 1011010 | 11011 | 0 | 111 | 11000110 | 1010101 | 110011 |
Color Harmonies of #17ADEC
Complementary color
Monochromatic Colors of #17ADEC
Black with #17ADEC
Text Example
Text Example
White with #17ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17ADEC; }
p { color: rgb(23,173,236); }
H1.HeaderClassName
{
color: #17ADEC;
}
.AnyTagClassName
{
color: #17ADEC;
}
</style>
background-color css
<style>
a { background-color: #17ADEC; }
a { background-color: rgb(23,173,236); }
div.DivClassName
{
background-color: #17ADEC;
}
.BgClassName
{
background-color: #17ADEC;
}
</style>
border-color css
<style>
span { border-color: #17ADEC; }
span { border-color: rgb(23,173,236); }
td.TdClassName
{
border-color: #17ADEC;
}
.TagClassName
{
border-color: #17ADEC;
}
</style>