Shades of Deep Sky Blue #16C0E5
Tints of Deep Sky Blue #16C0E5
RGB
CMYK
RGB Variations
Color information
#16C0E5 (or 0x16C0E5) is known color: Deep Sky Blue. HEX triplet: 16, C0 and E5. RGB value is (22,192,229). Sum of RGB (Red+Green+Blue) = 22+192+229=443 (58% of max value = 765). Red value is 22 (8.98% from 255 or 4.97% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 229 (89.84% from 255 or 51.69% from 443); Max value from RGB is 229 - color contains mainly: blue. Hex color #16C0E5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16C0E5 is #E93F1A. Grayscale: #919191. Windows color (decimal): -15286043 or 15056918. OLE color: 15056918.
HSL color Cylindrical-coordinate representation of color #16C0E5: hue angle of 190.72º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16C0E5 is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 22 | 192 | 229 | - |
| CMYK | 0.90 | 0.16 | 0 | 0.10 |
| HSL | 190.72º | 0.82% | 0.49% | - |
| HSV(B) | 190.72º | 0.9% | 0.9% | - |
| XYZ | 33.32 | 43.53 | 80.77 | - |
| YUV | 145.39 | 175.18 | 39.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 192 | 229 | 0.90 | 0.16 | 0 | 0.10 | 190.72 | 0.82 | 0.49 |
| Hex | 16 | C0 | E5 | 5A | 10 | 0 | A | BF | 52 | 31 |
| Octal | 26 | 300 | 345 | 132 | 20 | 0 | 12 | 277 | 122 | 61 |
| Binary | 10110 | 11000000 | 11100101 | 1011010 | 10000 | 0 | 1010 | 10111111 | 1010010 | 110001 |
Color Harmonies of #16C0E5
Complementary color
Monochromatic Colors of #16C0E5
Black with #16C0E5
Text Example
Text Example
White with #16C0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C0E5; }
p { color: rgb(22,192,229); }
H1.HeaderClassName
{
color: #16C0E5;
}
.AnyTagClassName
{
color: #16C0E5;
}
</style>
background-color css
<style>
a { background-color: #16C0E5; }
a { background-color: rgb(22,192,229); }
div.DivClassName
{
background-color: #16C0E5;
}
.BgClassName
{
background-color: #16C0E5;
}
</style>
border-color css
<style>
span { border-color: #16C0E5; }
span { border-color: rgb(22,192,229); }
td.TdClassName
{
border-color: #16C0E5;
}
.TagClassName
{
border-color: #16C0E5;
}
</style>