Shades of Iris Blue #16B9CC
Tints of Iris Blue #16B9CC
RGB
CMYK
RGB Variations
Color information
#16B9CC (or 0x16B9CC) is known color: Iris Blue. HEX triplet: 16, B9 and CC. RGB value is (22,185,204). Sum of RGB (Red+Green+Blue) = 22+185+204=411 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.35% from 411); Green value is 185 (72.66% from 255 or 45.01% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #16B9CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16B9CC is #E94633. Grayscale: #8A8A8A. Windows color (decimal): -15287860 or 13416726. OLE color: 13416726.
HSL color Cylindrical-coordinate representation of color #16B9CC: hue angle of 186.26º degrees, saturation: 0.81, 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 #16B9CC is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 22 | 185 | 204 | - |
| CMYK | 0.89 | 0.09 | 0 | 0.2 |
| HSL | 186.26º | 0.81% | 0.44% | - |
| HSV(B) | 186.26º | 0.89% | 0.8% | - |
| XYZ | 28.58 | 39.23 | 63.19 | - |
| YUV | 138.43 | 165 | 44.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 185 | 204 | 0.89 | 0.09 | 0 | 0.2 | 186.26 | 0.81 | 0.44 |
| Hex | 16 | B9 | CC | 59 | 9 | 0 | 14 | BA | 51 | 2C |
| Octal | 26 | 271 | 314 | 131 | 11 | 0 | 24 | 272 | 121 | 54 |
| Binary | 10110 | 10111001 | 11001100 | 1011001 | 1001 | 0 | 10100 | 10111010 | 1010001 | 101100 |
Color Harmonies of #16B9CC
Complementary color
Monochromatic Colors of #16B9CC
Black with #16B9CC
Text Example
Text Example
White with #16B9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B9CC; }
p { color: rgb(22,185,204); }
H1.HeaderClassName
{
color: #16B9CC;
}
.AnyTagClassName
{
color: #16B9CC;
}
</style>
background-color css
<style>
a { background-color: #16B9CC; }
a { background-color: rgb(22,185,204); }
div.DivClassName
{
background-color: #16B9CC;
}
.BgClassName
{
background-color: #16B9CC;
}
</style>
border-color css
<style>
span { border-color: #16B9CC; }
span { border-color: rgb(22,185,204); }
td.TdClassName
{
border-color: #16B9CC;
}
.TagClassName
{
border-color: #16B9CC;
}
</style>