Shades of Iris Blue #16B1CB
Tints of Iris Blue #16B1CB
RGB
CMYK
RGB Variations
Color information
#16B1CB (or 0x16B1CB) is known color: Iris Blue. HEX triplet: 16, B1 and CB. RGB value is (22,177,203). Sum of RGB (Red+Green+Blue) = 22+177+203=402 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.47% from 402); Green value is 177 (69.53% from 255 or 44.03% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #16B1CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16B1CB is #E94E34. Grayscale: #858585. Windows color (decimal): -15289909 or 13349142. OLE color: 13349142.
HSL color Cylindrical-coordinate representation of color #16B1CB: hue angle of 188.62º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16B1CB is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 177 | 203 | - |
| CMYK | 0.89 | 0.13 | 0 | 0.20 |
| HSL | 188.62º | 0.8% | 0.44% | - |
| HSV(B) | 188.62º | 0.89% | 0.8% | - |
| XYZ | 26.83 | 35.93 | 62.02 | - |
| YUV | 133.62 | 167.15 | 48.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 177 | 203 | 0.89 | 0.13 | 0 | 0.20 | 188.62 | 0.8 | 0.44 |
| Hex | 16 | B1 | CB | 59 | D | 0 | 14 | BD | 50 | 2C |
| Octal | 26 | 261 | 313 | 131 | 15 | 0 | 24 | 275 | 120 | 54 |
| Binary | 10110 | 10110001 | 11001011 | 1011001 | 1101 | 0 | 10100 | 10111101 | 1010000 | 101100 |
Color Harmonies of #16B1CB
Complementary color
Monochromatic Colors of #16B1CB
Black with #16B1CB
Text Example
Text Example
White with #16B1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B1CB; }
p { color: rgb(22,177,203); }
H1.HeaderClassName
{
color: #16B1CB;
}
.AnyTagClassName
{
color: #16B1CB;
}
</style>
background-color css
<style>
a { background-color: #16B1CB; }
a { background-color: rgb(22,177,203); }
div.DivClassName
{
background-color: #16B1CB;
}
.BgClassName
{
background-color: #16B1CB;
}
</style>
border-color css
<style>
span { border-color: #16B1CB; }
span { border-color: rgb(22,177,203); }
td.TdClassName
{
border-color: #16B1CB;
}
.TagClassName
{
border-color: #16B1CB;
}
</style>