Shades of Deep Sky Blue #16CDEC
Tints of Deep Sky Blue #16CDEC
RGB
CMYK
RGB Variations
Color information
#16CDEC (or 0x16CDEC) is known color: Deep Sky Blue. HEX triplet: 16, CD and EC. RGB value is (22,205,236). Sum of RGB (Red+Green+Blue) = 22+205+236=463 (61% of max value = 765). Red value is 22 (8.98% from 255 or 4.75% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #16CDEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16CDEC is #E93213. Grayscale: #999999. Windows color (decimal): -15282708 or 15518998. OLE color: 15518998.
HSL color Cylindrical-coordinate representation of color #16CDEC: hue angle of 188.69º 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 #16CDEC is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 205 | 236 | - |
| CMYK | 0.91 | 0.13 | 0 | 0.07 |
| HSL | 188.69º | 0.85% | 0.51% | - |
| HSV(B) | 188.69º | 0.91% | 0.93% | - |
| XYZ | 37.3 | 49.89 | 87.02 | - |
| YUV | 153.82 | 174.37 | 33.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 205 | 236 | 0.91 | 0.13 | 0 | 0.07 | 188.69 | 0.85 | 0.51 |
| Hex | 16 | CD | EC | 5B | D | 0 | 7 | BD | 55 | 33 |
| Octal | 26 | 315 | 354 | 133 | 15 | 0 | 7 | 275 | 125 | 63 |
| Binary | 10110 | 11001101 | 11101100 | 1011011 | 1101 | 0 | 111 | 10111101 | 1010101 | 110011 |
Color Harmonies of #16CDEC
Complementary color
Monochromatic Colors of #16CDEC
Black with #16CDEC
Text Example
Text Example
White with #16CDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CDEC; }
p { color: rgb(22,205,236); }
H1.HeaderClassName
{
color: #16CDEC;
}
.AnyTagClassName
{
color: #16CDEC;
}
</style>
background-color css
<style>
a { background-color: #16CDEC; }
a { background-color: rgb(22,205,236); }
div.DivClassName
{
background-color: #16CDEC;
}
.BgClassName
{
background-color: #16CDEC;
}
</style>
border-color css
<style>
span { border-color: #16CDEC; }
span { border-color: rgb(22,205,236); }
td.TdClassName
{
border-color: #16CDEC;
}
.TagClassName
{
border-color: #16CDEC;
}
</style>