Shades of Deep Sky Blue #16BBE5
Tints of Deep Sky Blue #16BBE5
RGB
CMYK
RGB Variations
Color information
#16BBE5 (or 0x16BBE5) is known color: Deep Sky Blue. HEX triplet: 16, BB and E5. RGB value is (22,187,229). Sum of RGB (Red+Green+Blue) = 22+187+229=438 (58% of max value = 765). Red value is 22 (8.98% from 255 or 5.02% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 229 (89.84% from 255 or 52.28% from 438); Max value from RGB is 229 - color contains mainly: blue. Hex color #16BBE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16BBE5 is #E9441A. Grayscale: #8E8E8E. Windows color (decimal): -15287323 or 15055638. OLE color: 15055638.
HSL color Cylindrical-coordinate representation of color #16BBE5: hue angle of 192.17º 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 #16BBE5 is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 22 | 187 | 229 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.10 |
| HSL | 192.17º | 0.82% | 0.49% | - |
| HSV(B) | 192.17º | 0.9% | 0.9% | - |
| XYZ | 32.24 | 41.37 | 80.41 | - |
| YUV | 142.45 | 176.84 | 42.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 187 | 229 | 0.90 | 0.18 | 0 | 0.10 | 192.17 | 0.82 | 0.49 |
| Hex | 16 | BB | E5 | 5A | 12 | 0 | A | C0 | 52 | 31 |
| Octal | 26 | 273 | 345 | 132 | 22 | 0 | 12 | 300 | 122 | 61 |
| Binary | 10110 | 10111011 | 11100101 | 1011010 | 10010 | 0 | 1010 | 11000000 | 1010010 | 110001 |
Color Harmonies of #16BBE5
Complementary color
Monochromatic Colors of #16BBE5
Black with #16BBE5
Text Example
Text Example
White with #16BBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BBE5; }
p { color: rgb(22,187,229); }
H1.HeaderClassName
{
color: #16BBE5;
}
.AnyTagClassName
{
color: #16BBE5;
}
</style>
background-color css
<style>
a { background-color: #16BBE5; }
a { background-color: rgb(22,187,229); }
div.DivClassName
{
background-color: #16BBE5;
}
.BgClassName
{
background-color: #16BBE5;
}
</style>
border-color css
<style>
span { border-color: #16BBE5; }
span { border-color: rgb(22,187,229); }
td.TdClassName
{
border-color: #16BBE5;
}
.TagClassName
{
border-color: #16BBE5;
}
</style>