Shades of Deep Sky Blue #17ADEE
Tints of Deep Sky Blue #17ADEE
RGB
CMYK
RGB Variations
Color information
#17ADEE (or 0x17ADEE) is known color: Deep Sky Blue. HEX triplet: 17, AD and EE. RGB value is (23,173,238). Sum of RGB (Red+Green+Blue) = 23+173+238=434 (57% of max value = 765). Red value is 23 (9.38% from 255 or 5.30% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 238 (93.36% from 255 or 54.84% from 434); Max value from RGB is 238 - color contains mainly: blue. Hex color #17ADEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #17ADEE is #E85211. Grayscale: #878787. Windows color (decimal): -15225362 or 15641879. OLE color: 15641879.
HSL color Cylindrical-coordinate representation of color #17ADEE: hue angle of 198.14º 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 #17ADEE is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 173 | 238 | - |
| CMYK | 0.90 | 0.27 | 0 | 0.07 |
| HSL | 198.14º | 0.86% | 0.51% | - |
| HSV(B) | 198.14º | 0.9% | 0.93% | - |
| XYZ | 30.73 | 36.24 | 86.26 | - |
| YUV | 135.56 | 185.81 | 47.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 173 | 238 | 0.90 | 0.27 | 0 | 0.07 | 198.14 | 0.86 | 0.51 |
| Hex | 17 | AD | EE | 5A | 1B | 0 | 7 | C6 | 56 | 33 |
| Octal | 27 | 255 | 356 | 132 | 33 | 0 | 7 | 306 | 126 | 63 |
| Binary | 10111 | 10101101 | 11101110 | 1011010 | 11011 | 0 | 111 | 11000110 | 1010110 | 110011 |
Color Harmonies of #17ADEE
Complementary color
Monochromatic Colors of #17ADEE
Black with #17ADEE
Text Example
Text Example
White with #17ADEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17ADEE; }
p { color: rgb(23,173,238); }
H1.HeaderClassName
{
color: #17ADEE;
}
.AnyTagClassName
{
color: #17ADEE;
}
</style>
background-color css
<style>
a { background-color: #17ADEE; }
a { background-color: rgb(23,173,238); }
div.DivClassName
{
background-color: #17ADEE;
}
.BgClassName
{
background-color: #17ADEE;
}
</style>
border-color css
<style>
span { border-color: #17ADEE; }
span { border-color: rgb(23,173,238); }
td.TdClassName
{
border-color: #17ADEE;
}
.TagClassName
{
border-color: #17ADEE;
}
</style>