Shades of Deep Sky Blue #16BDE6
Tints of Deep Sky Blue #16BDE6
RGB
CMYK
RGB Variations
Color information
#16BDE6 (or 0x16BDE6) is known color: Deep Sky Blue. HEX triplet: 16, BD and E6. RGB value is (22,189,230). Sum of RGB (Red+Green+Blue) = 22+189+230=441 (58% of max value = 765). Red value is 22 (8.98% from 255 or 4.99% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 230 (90.23% from 255 or 52.15% from 441); Max value from RGB is 230 - color contains mainly: blue. Hex color #16BDE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16BDE6 is #E94219. Grayscale: #8F8F8F. Windows color (decimal): -15286810 or 15121686. OLE color: 15121686.
HSL color Cylindrical-coordinate representation of color #16BDE6: hue angle of 191.83º 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 #16BDE6 is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 22 | 189 | 230 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.10 |
| HSL | 191.83º | 0.83% | 0.49% | - |
| HSV(B) | 191.83º | 0.9% | 0.9% | - |
| XYZ | 32.81 | 42.28 | 81.29 | - |
| YUV | 143.74 | 176.67 | 41.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 189 | 230 | 0.90 | 0.18 | 0 | 0.10 | 191.83 | 0.83 | 0.49 |
| Hex | 16 | BD | E6 | 5A | 12 | 0 | A | C0 | 53 | 31 |
| Octal | 26 | 275 | 346 | 132 | 22 | 0 | 12 | 300 | 123 | 61 |
| Binary | 10110 | 10111101 | 11100110 | 1011010 | 10010 | 0 | 1010 | 11000000 | 1010011 | 110001 |
Color Harmonies of #16BDE6
Complementary color
Monochromatic Colors of #16BDE6
Black with #16BDE6
Text Example
Text Example
White with #16BDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BDE6; }
p { color: rgb(22,189,230); }
H1.HeaderClassName
{
color: #16BDE6;
}
.AnyTagClassName
{
color: #16BDE6;
}
</style>
background-color css
<style>
a { background-color: #16BDE6; }
a { background-color: rgb(22,189,230); }
div.DivClassName
{
background-color: #16BDE6;
}
.BgClassName
{
background-color: #16BDE6;
}
</style>
border-color css
<style>
span { border-color: #16BDE6; }
span { border-color: rgb(22,189,230); }
td.TdClassName
{
border-color: #16BDE6;
}
.TagClassName
{
border-color: #16BDE6;
}
</style>