Shades of Deep Sky Blue #16ADEC
Tints of Deep Sky Blue #16ADEC
RGB
CMYK
RGB Variations
Color information
#16ADEC (or 0x16ADEC) is known color: Deep Sky Blue. HEX triplet: 16, AD and EC. RGB value is (22,173,236). Sum of RGB (Red+Green+Blue) = 22+173+236=431 (57% of max value = 765). Red value is 22 (8.98% from 255 or 5.10% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #16ADEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #16ADEC is #E95213. Grayscale: #868686. Windows color (decimal): -15290900 or 15510806. OLE color: 15510806.
HSL color Cylindrical-coordinate representation of color #16ADEC: hue angle of 197.66º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16ADEC is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 173 | 236 | - |
| CMYK | 0.91 | 0.27 | 0 | 0.07 |
| HSL | 197.66º | 0.85% | 0.51% | - |
| HSV(B) | 197.66º | 0.91% | 0.93% | - |
| XYZ | 30.41 | 36.11 | 84.72 | - |
| YUV | 135.03 | 184.97 | 47.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 173 | 236 | 0.91 | 0.27 | 0 | 0.07 | 197.66 | 0.85 | 0.51 |
| Hex | 16 | AD | EC | 5B | 1B | 0 | 7 | C6 | 55 | 33 |
| Octal | 26 | 255 | 354 | 133 | 33 | 0 | 7 | 306 | 125 | 63 |
| Binary | 10110 | 10101101 | 11101100 | 1011011 | 11011 | 0 | 111 | 11000110 | 1010101 | 110011 |
Color Harmonies of #16ADEC
Complementary color
Monochromatic Colors of #16ADEC
Black with #16ADEC
Text Example
Text Example
White with #16ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16ADEC; }
p { color: rgb(22,173,236); }
H1.HeaderClassName
{
color: #16ADEC;
}
.AnyTagClassName
{
color: #16ADEC;
}
</style>
background-color css
<style>
a { background-color: #16ADEC; }
a { background-color: rgb(22,173,236); }
div.DivClassName
{
background-color: #16ADEC;
}
.BgClassName
{
background-color: #16ADEC;
}
</style>
border-color css
<style>
span { border-color: #16ADEC; }
span { border-color: rgb(22,173,236); }
td.TdClassName
{
border-color: #16ADEC;
}
.TagClassName
{
border-color: #16ADEC;
}
</style>