Shades of Iris Blue #16C2CB
Tints of Iris Blue #16C2CB
RGB
CMYK
RGB Variations
Color information
#16C2CB (or 0x16C2CB) is known color: Iris Blue. HEX triplet: 16, C2 and CB. RGB value is (22,194,203). Sum of RGB (Red+Green+Blue) = 22+194+203=419 (55% of max value = 765). Red value is 22 (8.98% from 255 or 5.25% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #16C2CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16C2CB is #E93D34. Grayscale: #8F8F8F. Windows color (decimal): -15285557 or 13353494. OLE color: 13353494.
HSL color Cylindrical-coordinate representation of color #16C2CB: hue angle of 182.98º 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 #16C2CB is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 194 | 203 | - |
| CMYK | 0.89 | 0.04 | 0 | 0.20 |
| HSL | 182.98º | 0.8% | 0.44% | - |
| HSV(B) | 182.98º | 0.89% | 0.8% | - |
| XYZ | 30.4 | 43.07 | 63.21 | - |
| YUV | 143.6 | 161.52 | 41.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 194 | 203 | 0.89 | 0.04 | 0 | 0.20 | 182.98 | 0.8 | 0.44 |
| Hex | 16 | C2 | CB | 59 | 4 | 0 | 14 | B7 | 50 | 2C |
| Octal | 26 | 302 | 313 | 131 | 4 | 0 | 24 | 267 | 120 | 54 |
| Binary | 10110 | 11000010 | 11001011 | 1011001 | 100 | 0 | 10100 | 10110111 | 1010000 | 101100 |
Color Harmonies of #16C2CB
Complementary color
Monochromatic Colors of #16C2CB
Black with #16C2CB
Text Example
Text Example
White with #16C2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C2CB; }
p { color: rgb(22,194,203); }
H1.HeaderClassName
{
color: #16C2CB;
}
.AnyTagClassName
{
color: #16C2CB;
}
</style>
background-color css
<style>
a { background-color: #16C2CB; }
a { background-color: rgb(22,194,203); }
div.DivClassName
{
background-color: #16C2CB;
}
.BgClassName
{
background-color: #16C2CB;
}
</style>
border-color css
<style>
span { border-color: #16C2CB; }
span { border-color: rgb(22,194,203); }
td.TdClassName
{
border-color: #16C2CB;
}
.TagClassName
{
border-color: #16C2CB;
}
</style>