Shades of Iris Blue #16B1CD
Tints of Iris Blue #16B1CD
RGB
CMYK
RGB Variations
Color information
#16B1CD (or 0x16B1CD) is known color: Iris Blue. HEX triplet: 16, B1 and CD. RGB value is (22,177,205). Sum of RGB (Red+Green+Blue) = 22+177+205=404 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.45% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #16B1CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16B1CD is #E94E32. Grayscale: #858585. Windows color (decimal): -15289907 or 13480214. OLE color: 13480214.
HSL color Cylindrical-coordinate representation of color #16B1CD: hue angle of 189.18º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16B1CD is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 177 | 205 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.20 |
| HSL | 189.18º | 0.81% | 0.45% | - |
| HSV(B) | 189.18º | 0.89% | 0.8% | - |
| XYZ | 27.07 | 36.02 | 63.28 | - |
| YUV | 133.85 | 168.15 | 48.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 177 | 205 | 0.89 | 0.14 | 0 | 0.20 | 189.18 | 0.81 | 0.45 |
| Hex | 16 | B1 | CD | 59 | E | 0 | 14 | BD | 51 | 2D |
| Octal | 26 | 261 | 315 | 131 | 16 | 0 | 24 | 275 | 121 | 55 |
| Binary | 10110 | 10110001 | 11001101 | 1011001 | 1110 | 0 | 10100 | 10111101 | 1010001 | 101101 |
Color Harmonies of #16B1CD
Complementary color
Monochromatic Colors of #16B1CD
Black with #16B1CD
Text Example
Text Example
White with #16B1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B1CD; }
p { color: rgb(22,177,205); }
H1.HeaderClassName
{
color: #16B1CD;
}
.AnyTagClassName
{
color: #16B1CD;
}
</style>
background-color css
<style>
a { background-color: #16B1CD; }
a { background-color: rgb(22,177,205); }
div.DivClassName
{
background-color: #16B1CD;
}
.BgClassName
{
background-color: #16B1CD;
}
</style>
border-color css
<style>
span { border-color: #16B1CD; }
span { border-color: rgb(22,177,205); }
td.TdClassName
{
border-color: #16B1CD;
}
.TagClassName
{
border-color: #16B1CD;
}
</style>