Shades of Iris Blue #16BACB
Tints of Iris Blue #16BACB
RGB
CMYK
RGB Variations
Color information
#16BACB (or 0x16BACB) is known color: Iris Blue. HEX triplet: 16, BA and CB. RGB value is (22,186,203). Sum of RGB (Red+Green+Blue) = 22+186+203=411 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.35% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #16BACB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16BACB is #E94534. Grayscale: #8A8A8A. Windows color (decimal): -15287605 or 13351446. OLE color: 13351446.
HSL color Cylindrical-coordinate representation of color #16BACB: hue angle of 185.64º 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 #16BACB is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 186 | 203 | - |
| CMYK | 0.89 | 0.08 | 0 | 0.20 |
| HSL | 185.64º | 0.8% | 0.44% | - |
| HSV(B) | 185.64º | 0.89% | 0.8% | - |
| XYZ | 28.67 | 39.6 | 62.63 | - |
| YUV | 138.9 | 164.17 | 44.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 186 | 203 | 0.89 | 0.08 | 0 | 0.20 | 185.64 | 0.8 | 0.44 |
| Hex | 16 | BA | CB | 59 | 8 | 0 | 14 | BA | 50 | 2C |
| Octal | 26 | 272 | 313 | 131 | 10 | 0 | 24 | 272 | 120 | 54 |
| Binary | 10110 | 10111010 | 11001011 | 1011001 | 1000 | 0 | 10100 | 10111010 | 1010000 | 101100 |
Color Harmonies of #16BACB
Complementary color
Monochromatic Colors of #16BACB
Black with #16BACB
Text Example
Text Example
White with #16BACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BACB; }
p { color: rgb(22,186,203); }
H1.HeaderClassName
{
color: #16BACB;
}
.AnyTagClassName
{
color: #16BACB;
}
</style>
background-color css
<style>
a { background-color: #16BACB; }
a { background-color: rgb(22,186,203); }
div.DivClassName
{
background-color: #16BACB;
}
.BgClassName
{
background-color: #16BACB;
}
</style>
border-color css
<style>
span { border-color: #16BACB; }
span { border-color: rgb(22,186,203); }
td.TdClassName
{
border-color: #16BACB;
}
.TagClassName
{
border-color: #16BACB;
}
</style>