Shades of Iris Blue #16C1BF
Tints of Iris Blue #16C1BF
RGB
CMYK
RGB Variations
Color information
#16C1BF (or 0x16C1BF) is known color: Iris Blue. HEX triplet: 16, C1 and BF. RGB value is (22,193,191). Sum of RGB (Red+Green+Blue) = 22+193+191=406 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.42% from 406); Green value is 193 (75.78% from 255 or 47.54% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 193 - color contains mainly: green. Hex color #16C1BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16C1BF is #E93E40. Grayscale: #8D8D8D. Windows color (decimal): -15285825 or 12566806. OLE color: 12566806.
HSL color Cylindrical-coordinate representation of color #16C1BF: hue angle of 179.3º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C1BF is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 22 | 193 | 191 | - |
| CMYK | 0.89 | 0 | 0.01 | 0.24 |
| HSL | 179.3º | 0.8% | 0.42% | - |
| HSV(B) | 179.3º | 0.89% | 0.76% | - |
| XYZ | 28.8 | 42.07 | 55.89 | - |
| YUV | 141.64 | 155.85 | 42.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 193 | 191 | 0.89 | 0 | 0.01 | 0.24 | 179.3 | 0.8 | 0.42 |
| Hex | 16 | C1 | BF | 59 | 0 | 1 | 18 | B3 | 50 | 2A |
| Octal | 26 | 301 | 277 | 131 | 0 | 1 | 30 | 263 | 120 | 52 |
| Binary | 10110 | 11000001 | 10111111 | 1011001 | 0 | 1 | 11000 | 10110011 | 1010000 | 101010 |
Color Harmonies of #16C1BF
Complementary color
Monochromatic Colors of #16C1BF
Black with #16C1BF
Text Example
Text Example
White with #16C1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C1BF; }
p { color: rgb(22,193,191); }
H1.HeaderClassName
{
color: #16C1BF;
}
.AnyTagClassName
{
color: #16C1BF;
}
</style>
background-color css
<style>
a { background-color: #16C1BF; }
a { background-color: rgb(22,193,191); }
div.DivClassName
{
background-color: #16C1BF;
}
.BgClassName
{
background-color: #16C1BF;
}
</style>
border-color css
<style>
span { border-color: #16C1BF; }
span { border-color: rgb(22,193,191); }
td.TdClassName
{
border-color: #16C1BF;
}
.TagClassName
{
border-color: #16C1BF;
}
</style>