Shades of Deep Sky Blue #16CCEC
Tints of Deep Sky Blue #16CCEC
RGB
CMYK
RGB Variations
Color information
#16CCEC (or 0x16CCEC) is known color: Deep Sky Blue. HEX triplet: 16, CC and EC. RGB value is (22,204,236). Sum of RGB (Red+Green+Blue) = 22+204+236=462 (61% of max value = 765). Red value is 22 (8.98% from 255 or 4.76% from 462); Green value is 204 (80.08% from 255 or 44.16% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #16CCEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16CCEC is #E93313. Grayscale: #989898. Windows color (decimal): -15282964 or 15518742. OLE color: 15518742.
HSL color Cylindrical-coordinate representation of color #16CCEC: hue angle of 188.97º 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 #16CCEC is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 204 | 236 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.07 |
| HSL | 188.97º | 0.85% | 0.51% | - |
| HSV(B) | 188.97º | 0.91% | 0.93% | - |
| XYZ | 37.06 | 49.41 | 86.94 | - |
| YUV | 153.23 | 174.7 | 34.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 204 | 236 | 0.91 | 0.14 | 0 | 0.07 | 188.97 | 0.85 | 0.51 |
| Hex | 16 | CC | EC | 5B | E | 0 | 7 | BD | 55 | 33 |
| Octal | 26 | 314 | 354 | 133 | 16 | 0 | 7 | 275 | 125 | 63 |
| Binary | 10110 | 11001100 | 11101100 | 1011011 | 1110 | 0 | 111 | 10111101 | 1010101 | 110011 |
Color Harmonies of #16CCEC
Complementary color
Monochromatic Colors of #16CCEC
Black with #16CCEC
Text Example
Text Example
White with #16CCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CCEC; }
p { color: rgb(22,204,236); }
H1.HeaderClassName
{
color: #16CCEC;
}
.AnyTagClassName
{
color: #16CCEC;
}
</style>
background-color css
<style>
a { background-color: #16CCEC; }
a { background-color: rgb(22,204,236); }
div.DivClassName
{
background-color: #16CCEC;
}
.BgClassName
{
background-color: #16CCEC;
}
</style>
border-color css
<style>
span { border-color: #16CCEC; }
span { border-color: rgb(22,204,236); }
td.TdClassName
{
border-color: #16CCEC;
}
.TagClassName
{
border-color: #16CCEC;
}
</style>