Shades of Iris Blue #16B2BF
Tints of Iris Blue #16B2BF
RGB
CMYK
RGB Variations
Color information
#16B2BF (or 0x16B2BF) is known color: Iris Blue. HEX triplet: 16, B2 and BF. RGB value is (22,178,191). Sum of RGB (Red+Green+Blue) = 22+178+191=391 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.63% from 391); Green value is 178 (69.92% from 255 or 45.52% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #16B2BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16B2BF is #E94D40. Grayscale: #848484. Windows color (decimal): -15289665 or 12562966. OLE color: 12562966.
HSL color Cylindrical-coordinate representation of color #16B2BF: hue angle of 184.62º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B2BF is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 178 | 191 | - |
| CMYK | 0.88 | 0.07 | 0 | 0.25 |
| HSL | 184.62º | 0.79% | 0.42% | - |
| HSV(B) | 184.62º | 0.88% | 0.75% | - |
| XYZ | 25.66 | 35.77 | 54.84 | - |
| YUV | 132.84 | 160.82 | 48.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 178 | 191 | 0.88 | 0.07 | 0 | 0.25 | 184.62 | 0.79 | 0.42 |
| Hex | 16 | B2 | BF | 58 | 7 | 0 | 19 | B9 | 4F | 2A |
| Octal | 26 | 262 | 277 | 130 | 7 | 0 | 31 | 271 | 117 | 52 |
| Binary | 10110 | 10110010 | 10111111 | 1011000 | 111 | 0 | 11001 | 10111001 | 1001111 | 101010 |
Color Harmonies of #16B2BF
Complementary color
Monochromatic Colors of #16B2BF
Black with #16B2BF
Text Example
Text Example
White with #16B2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B2BF; }
p { color: rgb(22,178,191); }
H1.HeaderClassName
{
color: #16B2BF;
}
.AnyTagClassName
{
color: #16B2BF;
}
</style>
background-color css
<style>
a { background-color: #16B2BF; }
a { background-color: rgb(22,178,191); }
div.DivClassName
{
background-color: #16B2BF;
}
.BgClassName
{
background-color: #16B2BF;
}
</style>
border-color css
<style>
span { border-color: #16B2BF; }
span { border-color: rgb(22,178,191); }
td.TdClassName
{
border-color: #16B2BF;
}
.TagClassName
{
border-color: #16B2BF;
}
</style>