Shades of Deep Sky Blue #16CBEC
Tints of Deep Sky Blue #16CBEC
RGB
CMYK
RGB Variations
Color information
#16CBEC (or 0x16CBEC) is known color: Deep Sky Blue. HEX triplet: 16, CB and EC. RGB value is (22,203,236). Sum of RGB (Red+Green+Blue) = 22+203+236=461 (61% of max value = 765). Red value is 22 (8.98% from 255 or 4.77% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #16CBEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16CBEC is #E93413. Grayscale: #989898. Windows color (decimal): -15283220 or 15518486. OLE color: 15518486.
HSL color Cylindrical-coordinate representation of color #16CBEC: hue angle of 189.25º 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 #16CBEC is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 203 | 236 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.07 |
| HSL | 189.25º | 0.85% | 0.51% | - |
| HSV(B) | 189.25º | 0.91% | 0.93% | - |
| XYZ | 36.83 | 48.94 | 86.86 | - |
| YUV | 152.64 | 175.03 | 34.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 203 | 236 | 0.91 | 0.14 | 0 | 0.07 | 189.25 | 0.85 | 0.51 |
| Hex | 16 | CB | EC | 5B | E | 0 | 7 | BD | 55 | 33 |
| Octal | 26 | 313 | 354 | 133 | 16 | 0 | 7 | 275 | 125 | 63 |
| Binary | 10110 | 11001011 | 11101100 | 1011011 | 1110 | 0 | 111 | 10111101 | 1010101 | 110011 |
Color Harmonies of #16CBEC
Complementary color
Monochromatic Colors of #16CBEC
Black with #16CBEC
Text Example
Text Example
White with #16CBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CBEC; }
p { color: rgb(22,203,236); }
H1.HeaderClassName
{
color: #16CBEC;
}
.AnyTagClassName
{
color: #16CBEC;
}
</style>
background-color css
<style>
a { background-color: #16CBEC; }
a { background-color: rgb(22,203,236); }
div.DivClassName
{
background-color: #16CBEC;
}
.BgClassName
{
background-color: #16CBEC;
}
</style>
border-color css
<style>
span { border-color: #16CBEC; }
span { border-color: rgb(22,203,236); }
td.TdClassName
{
border-color: #16CBEC;
}
.TagClassName
{
border-color: #16CBEC;
}
</style>