Shades of Iris Blue #16B1BD
Tints of Iris Blue #16B1BD
RGB
CMYK
RGB Variations
Color information
#16B1BD (or 0x16B1BD) is known color: Iris Blue. HEX triplet: 16, B1 and BD. RGB value is (22,177,189). Sum of RGB (Red+Green+Blue) = 22+177+189=388 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.67% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #16B1BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16B1BD is #E94E42. Grayscale: #838383. Windows color (decimal): -15289923 or 12431638. OLE color: 12431638.
HSL color Cylindrical-coordinate representation of color #16B1BD: hue angle of 184.31º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B1BD is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 177 | 189 | - |
| CMYK | 0.88 | 0.06 | 0 | 0.26 |
| HSL | 184.31º | 0.79% | 0.41% | - |
| HSV(B) | 184.31º | 0.88% | 0.74% | - |
| XYZ | 25.24 | 35.29 | 53.63 | - |
| YUV | 132.02 | 160.15 | 49.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 177 | 189 | 0.88 | 0.06 | 0 | 0.26 | 184.31 | 0.79 | 0.41 |
| Hex | 16 | B1 | BD | 58 | 6 | 0 | 1A | B8 | 4F | 29 |
| Octal | 26 | 261 | 275 | 130 | 6 | 0 | 32 | 270 | 117 | 51 |
| Binary | 10110 | 10110001 | 10111101 | 1011000 | 110 | 0 | 11010 | 10111000 | 1001111 | 101001 |
Color Harmonies of #16B1BD
Complementary color
Monochromatic Colors of #16B1BD
Black with #16B1BD
Text Example
Text Example
White with #16B1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B1BD; }
p { color: rgb(22,177,189); }
H1.HeaderClassName
{
color: #16B1BD;
}
.AnyTagClassName
{
color: #16B1BD;
}
</style>
background-color css
<style>
a { background-color: #16B1BD; }
a { background-color: rgb(22,177,189); }
div.DivClassName
{
background-color: #16B1BD;
}
.BgClassName
{
background-color: #16B1BD;
}
</style>
border-color css
<style>
span { border-color: #16B1BD; }
span { border-color: rgb(22,177,189); }
td.TdClassName
{
border-color: #16B1BD;
}
.TagClassName
{
border-color: #16B1BD;
}
</style>