Shades of Deep Sky Blue #16BCE5
Tints of Deep Sky Blue #16BCE5
RGB
CMYK
RGB Variations
Color information
#16BCE5 (or 0x16BCE5) is known color: Deep Sky Blue. HEX triplet: 16, BC and E5. RGB value is (22,188,229). Sum of RGB (Red+Green+Blue) = 22+188+229=439 (58% of max value = 765). Red value is 22 (8.98% from 255 or 5.01% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 229 (89.84% from 255 or 52.16% from 439); Max value from RGB is 229 - color contains mainly: blue. Hex color #16BCE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16BCE5 is #E9431A. Grayscale: #8E8E8E. Windows color (decimal): -15287067 or 15055894. OLE color: 15055894.
HSL color Cylindrical-coordinate representation of color #16BCE5: hue angle of 191.88º 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 #16BCE5 is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 22 | 188 | 229 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.10 |
| HSL | 191.88º | 0.82% | 0.49% | - |
| HSV(B) | 191.88º | 0.9% | 0.9% | - |
| XYZ | 32.46 | 41.79 | 80.49 | - |
| YUV | 143.04 | 176.5 | 41.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 188 | 229 | 0.90 | 0.18 | 0 | 0.10 | 191.88 | 0.82 | 0.49 |
| Hex | 16 | BC | E5 | 5A | 12 | 0 | A | C0 | 52 | 31 |
| Octal | 26 | 274 | 345 | 132 | 22 | 0 | 12 | 300 | 122 | 61 |
| Binary | 10110 | 10111100 | 11100101 | 1011010 | 10010 | 0 | 1010 | 11000000 | 1010010 | 110001 |
Color Harmonies of #16BCE5
Complementary color
Monochromatic Colors of #16BCE5
Black with #16BCE5
Text Example
Text Example
White with #16BCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BCE5; }
p { color: rgb(22,188,229); }
H1.HeaderClassName
{
color: #16BCE5;
}
.AnyTagClassName
{
color: #16BCE5;
}
</style>
background-color css
<style>
a { background-color: #16BCE5; }
a { background-color: rgb(22,188,229); }
div.DivClassName
{
background-color: #16BCE5;
}
.BgClassName
{
background-color: #16BCE5;
}
</style>
border-color css
<style>
span { border-color: #16BCE5; }
span { border-color: rgb(22,188,229); }
td.TdClassName
{
border-color: #16BCE5;
}
.TagClassName
{
border-color: #16BCE5;
}
</style>