Shades of Deep Sky Blue #16BBEB
Tints of Deep Sky Blue #16BBEB
RGB
CMYK
RGB Variations
Color information
#16BBEB (or 0x16BBEB) is known color: Deep Sky Blue. HEX triplet: 16, BB and EB. RGB value is (22,187,235). Sum of RGB (Red+Green+Blue) = 22+187+235=444 (58% of max value = 765). Red value is 22 (8.98% from 255 or 4.95% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 235 (92.19% from 255 or 52.93% from 444); Max value from RGB is 235 - color contains mainly: blue. Hex color #16BBEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16BBEB is #E94414. Grayscale: #8E8E8E. Windows color (decimal): -15287317 or 15448854. OLE color: 15448854.
HSL color Cylindrical-coordinate representation of color #16BBEB: hue angle of 193.52º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16BBEB is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 187 | 235 | - |
| CMYK | 0.91 | 0.20 | 0 | 0.08 |
| HSL | 193.52º | 0.84% | 0.5% | - |
| HSV(B) | 193.52º | 0.91% | 0.92% | - |
| XYZ | 33.1 | 41.71 | 84.9 | - |
| YUV | 143.14 | 179.84 | 41.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 187 | 235 | 0.91 | 0.20 | 0 | 0.08 | 193.52 | 0.84 | 0.5 |
| Hex | 16 | BB | EB | 5B | 14 | 0 | 8 | C2 | 54 | 32 |
| Octal | 26 | 273 | 353 | 133 | 24 | 0 | 10 | 302 | 124 | 62 |
| Binary | 10110 | 10111011 | 11101011 | 1011011 | 10100 | 0 | 1000 | 11000010 | 1010100 | 110010 |
Color Harmonies of #16BBEB
Complementary color
Monochromatic Colors of #16BBEB
Black with #16BBEB
Text Example
Text Example
White with #16BBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BBEB; }
p { color: rgb(22,187,235); }
H1.HeaderClassName
{
color: #16BBEB;
}
.AnyTagClassName
{
color: #16BBEB;
}
</style>
background-color css
<style>
a { background-color: #16BBEB; }
a { background-color: rgb(22,187,235); }
div.DivClassName
{
background-color: #16BBEB;
}
.BgClassName
{
background-color: #16BBEB;
}
</style>
border-color css
<style>
span { border-color: #16BBEB; }
span { border-color: rgb(22,187,235); }
td.TdClassName
{
border-color: #16BBEB;
}
.TagClassName
{
border-color: #16BBEB;
}
</style>