Shades of Iris Blue #16BCD5
Tints of Iris Blue #16BCD5
RGB
CMYK
RGB Variations
Color information
#16BCD5 (or 0x16BCD5) is known color: Iris Blue. HEX triplet: 16, BC and D5. RGB value is (22,188,213). Sum of RGB (Red+Green+Blue) = 22+188+213=423 (56% of max value = 765). Red value is 22 (8.98% from 255 or 5.20% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 213 (83.59% from 255 or 50.35% from 423); Max value from RGB is 213 - color contains mainly: blue. Hex color #16BCD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16BCD5 is #E9432A. Grayscale: #8C8C8C. Windows color (decimal): -15287083 or 14007318. OLE color: 14007318.
HSL color Cylindrical-coordinate representation of color #16BCD5: hue angle of 187.85º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16BCD5 is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 22 | 188 | 213 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.16 |
| HSL | 187.85º | 0.81% | 0.46% | - |
| HSV(B) | 187.85º | 0.9% | 0.84% | - |
| XYZ | 30.32 | 40.94 | 69.25 | - |
| YUV | 141.22 | 168.5 | 42.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 188 | 213 | 0.90 | 0.12 | 0 | 0.16 | 187.85 | 0.81 | 0.46 |
| Hex | 16 | BC | D5 | 5A | C | 0 | 10 | BC | 51 | 2E |
| Octal | 26 | 274 | 325 | 132 | 14 | 0 | 20 | 274 | 121 | 56 |
| Binary | 10110 | 10111100 | 11010101 | 1011010 | 1100 | 0 | 10000 | 10111100 | 1010001 | 101110 |
Color Harmonies of #16BCD5
Complementary color
Monochromatic Colors of #16BCD5
Black with #16BCD5
Text Example
Text Example
White with #16BCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BCD5; }
p { color: rgb(22,188,213); }
H1.HeaderClassName
{
color: #16BCD5;
}
.AnyTagClassName
{
color: #16BCD5;
}
</style>
background-color css
<style>
a { background-color: #16BCD5; }
a { background-color: rgb(22,188,213); }
div.DivClassName
{
background-color: #16BCD5;
}
.BgClassName
{
background-color: #16BCD5;
}
</style>
border-color css
<style>
span { border-color: #16BCD5; }
span { border-color: rgb(22,188,213); }
td.TdClassName
{
border-color: #16BCD5;
}
.TagClassName
{
border-color: #16BCD5;
}
</style>