Shades of Iris Blue #16B3CB
Tints of Iris Blue #16B3CB
RGB
CMYK
RGB Variations
Color information
#16B3CB (or 0x16B3CB) is known color: Iris Blue. HEX triplet: 16, B3 and CB. RGB value is (22,179,203). Sum of RGB (Red+Green+Blue) = 22+179+203=404 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.45% from 404); Green value is 179 (70.31% from 255 or 44.31% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #16B3CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16B3CB is #E94C34. Grayscale: #868686. Windows color (decimal): -15289397 or 13349654. OLE color: 13349654.
HSL color Cylindrical-coordinate representation of color #16B3CB: hue angle of 187.96º 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 #16B3CB is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 179 | 203 | - |
| CMYK | 0.89 | 0.12 | 0 | 0.20 |
| HSL | 187.96º | 0.8% | 0.44% | - |
| HSV(B) | 187.96º | 0.89% | 0.8% | - |
| XYZ | 27.23 | 36.72 | 62.15 | - |
| YUV | 134.79 | 166.49 | 47.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 179 | 203 | 0.89 | 0.12 | 0 | 0.20 | 187.96 | 0.8 | 0.44 |
| Hex | 16 | B3 | CB | 59 | C | 0 | 14 | BC | 50 | 2C |
| Octal | 26 | 263 | 313 | 131 | 14 | 0 | 24 | 274 | 120 | 54 |
| Binary | 10110 | 10110011 | 11001011 | 1011001 | 1100 | 0 | 10100 | 10111100 | 1010000 | 101100 |
Color Harmonies of #16B3CB
Complementary color
Monochromatic Colors of #16B3CB
Black with #16B3CB
Text Example
Text Example
White with #16B3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B3CB; }
p { color: rgb(22,179,203); }
H1.HeaderClassName
{
color: #16B3CB;
}
.AnyTagClassName
{
color: #16B3CB;
}
</style>
background-color css
<style>
a { background-color: #16B3CB; }
a { background-color: rgb(22,179,203); }
div.DivClassName
{
background-color: #16B3CB;
}
.BgClassName
{
background-color: #16B3CB;
}
</style>
border-color css
<style>
span { border-color: #16B3CB; }
span { border-color: rgb(22,179,203); }
td.TdClassName
{
border-color: #16B3CB;
}
.TagClassName
{
border-color: #16B3CB;
}
</style>