Shades of Deep Sky Blue #16BCEB
Tints of Deep Sky Blue #16BCEB
RGB
CMYK
RGB Variations
Color information
#16BCEB (or 0x16BCEB) is known color: Deep Sky Blue. HEX triplet: 16, BC and EB. RGB value is (22,188,235). Sum of RGB (Red+Green+Blue) = 22+188+235=445 (58% of max value = 765). Red value is 22 (8.98% from 255 or 4.94% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #16BCEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16BCEB is #E94314. Grayscale: #8F8F8F. Windows color (decimal): -15287061 or 15449110. OLE color: 15449110.
HSL color Cylindrical-coordinate representation of color #16BCEB: hue angle of 193.24º 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 #16BCEB is Cyan = 0.91, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 188 | 235 | - |
| CMYK | 0.91 | 0.2 | 0 | 0.08 |
| HSL | 193.24º | 0.84% | 0.5% | - |
| HSV(B) | 193.24º | 0.91% | 0.92% | - |
| XYZ | 33.31 | 42.14 | 84.97 | - |
| YUV | 143.72 | 179.5 | 41.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 188 | 235 | 0.91 | 0.2 | 0 | 0.08 | 193.24 | 0.84 | 0.5 |
| Hex | 16 | BC | EB | 5B | 14 | 0 | 8 | C1 | 54 | 32 |
| Octal | 26 | 274 | 353 | 133 | 24 | 0 | 10 | 301 | 124 | 62 |
| Binary | 10110 | 10111100 | 11101011 | 1011011 | 10100 | 0 | 1000 | 11000001 | 1010100 | 110010 |
Color Harmonies of #16BCEB
Complementary color
Monochromatic Colors of #16BCEB
Black with #16BCEB
Text Example
Text Example
White with #16BCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BCEB; }
p { color: rgb(22,188,235); }
H1.HeaderClassName
{
color: #16BCEB;
}
.AnyTagClassName
{
color: #16BCEB;
}
</style>
background-color css
<style>
a { background-color: #16BCEB; }
a { background-color: rgb(22,188,235); }
div.DivClassName
{
background-color: #16BCEB;
}
.BgClassName
{
background-color: #16BCEB;
}
</style>
border-color css
<style>
span { border-color: #16BCEB; }
span { border-color: rgb(22,188,235); }
td.TdClassName
{
border-color: #16BCEB;
}
.TagClassName
{
border-color: #16BCEB;
}
</style>