Shades of Deep Sky Blue #16BBE6
Tints of Deep Sky Blue #16BBE6
RGB
CMYK
RGB Variations
Color information
#16BBE6 (or 0x16BBE6) is known color: Deep Sky Blue. HEX triplet: 16, BB and E6. RGB value is (22,187,230). Sum of RGB (Red+Green+Blue) = 22+187+230=439 (58% of max value = 765). Red value is 22 (8.98% from 255 or 5.01% from 439); Green value is 187 (73.44% from 255 or 42.60% from 439); Blue value is 230 (90.23% from 255 or 52.39% from 439); Max value from RGB is 230 - color contains mainly: blue. Hex color #16BBE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16BBE6 is #E94419. Grayscale: #8E8E8E. Windows color (decimal): -15287322 or 15121174. OLE color: 15121174.
HSL color Cylindrical-coordinate representation of color #16BBE6: hue angle of 192.4º degrees, saturation: 0.83, 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 #16BBE6 is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 22 | 187 | 230 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.10 |
| HSL | 192.4º | 0.83% | 0.49% | - |
| HSV(B) | 192.4º | 0.9% | 0.9% | - |
| XYZ | 32.38 | 41.42 | 81.15 | - |
| YUV | 142.57 | 177.34 | 42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 187 | 230 | 0.90 | 0.19 | 0 | 0.10 | 192.4 | 0.83 | 0.49 |
| Hex | 16 | BB | E6 | 5A | 13 | 0 | A | C0 | 53 | 31 |
| Octal | 26 | 273 | 346 | 132 | 23 | 0 | 12 | 300 | 123 | 61 |
| Binary | 10110 | 10111011 | 11100110 | 1011010 | 10011 | 0 | 1010 | 11000000 | 1010011 | 110001 |
Color Harmonies of #16BBE6
Complementary color
Monochromatic Colors of #16BBE6
Black with #16BBE6
Text Example
Text Example
White with #16BBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BBE6; }
p { color: rgb(22,187,230); }
H1.HeaderClassName
{
color: #16BBE6;
}
.AnyTagClassName
{
color: #16BBE6;
}
</style>
background-color css
<style>
a { background-color: #16BBE6; }
a { background-color: rgb(22,187,230); }
div.DivClassName
{
background-color: #16BBE6;
}
.BgClassName
{
background-color: #16BBE6;
}
</style>
border-color css
<style>
span { border-color: #16BBE6; }
span { border-color: rgb(22,187,230); }
td.TdClassName
{
border-color: #16BBE6;
}
.TagClassName
{
border-color: #16BBE6;
}
</style>