Shades of Iris Blue #16B1CE
Tints of Iris Blue #16B1CE
RGB
CMYK
RGB Variations
Color information
#16B1CE (or 0x16B1CE) is known color: Iris Blue. HEX triplet: 16, B1 and CE. RGB value is (22,177,206). Sum of RGB (Red+Green+Blue) = 22+177+206=405 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.43% from 405); Green value is 177 (69.53% from 255 or 43.70% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #16B1CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16B1CE is #E94E31. Grayscale: #858585. Windows color (decimal): -15289906 or 13545750. OLE color: 13545750.
HSL color Cylindrical-coordinate representation of color #16B1CE: hue angle of 189.46º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16B1CE is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 177 | 206 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.19 |
| HSL | 189.46º | 0.81% | 0.45% | - |
| HSV(B) | 189.46º | 0.89% | 0.81% | - |
| XYZ | 27.19 | 36.07 | 63.92 | - |
| YUV | 133.96 | 168.65 | 48.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 177 | 206 | 0.89 | 0.14 | 0 | 0.19 | 189.46 | 0.81 | 0.45 |
| Hex | 16 | B1 | CE | 59 | E | 0 | 13 | BD | 51 | 2D |
| Octal | 26 | 261 | 316 | 131 | 16 | 0 | 23 | 275 | 121 | 55 |
| Binary | 10110 | 10110001 | 11001110 | 1011001 | 1110 | 0 | 10011 | 10111101 | 1010001 | 101101 |
Color Harmonies of #16B1CE
Complementary color
Monochromatic Colors of #16B1CE
Black with #16B1CE
Text Example
Text Example
White with #16B1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B1CE; }
p { color: rgb(22,177,206); }
H1.HeaderClassName
{
color: #16B1CE;
}
.AnyTagClassName
{
color: #16B1CE;
}
</style>
background-color css
<style>
a { background-color: #16B1CE; }
a { background-color: rgb(22,177,206); }
div.DivClassName
{
background-color: #16B1CE;
}
.BgClassName
{
background-color: #16B1CE;
}
</style>
border-color css
<style>
span { border-color: #16B1CE; }
span { border-color: rgb(22,177,206); }
td.TdClassName
{
border-color: #16B1CE;
}
.TagClassName
{
border-color: #16B1CE;
}
</style>