Shades of Iris Blue #16BDCB
Tints of Iris Blue #16BDCB
RGB
CMYK
RGB Variations
Color information
#16BDCB (or 0x16BDCB) is known color: Iris Blue. HEX triplet: 16, BD and CB. RGB value is (22,189,203). Sum of RGB (Red+Green+Blue) = 22+189+203=414 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.31% from 414); Green value is 189 (74.22% from 255 or 45.65% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #16BDCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16BDCB is #E94234. Grayscale: #8C8C8C. Windows color (decimal): -15286837 or 13352214. OLE color: 13352214.
HSL color Cylindrical-coordinate representation of color #16BDCB: hue angle of 184.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 #16BDCB is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 189 | 203 | - |
| CMYK | 0.89 | 0.07 | 0 | 0.20 |
| HSL | 184.64º | 0.8% | 0.44% | - |
| HSV(B) | 184.64º | 0.89% | 0.8% | - |
| XYZ | 29.31 | 40.88 | 62.85 | - |
| YUV | 140.66 | 163.17 | 43.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 189 | 203 | 0.89 | 0.07 | 0 | 0.20 | 184.64 | 0.8 | 0.44 |
| Hex | 16 | BD | CB | 59 | 7 | 0 | 14 | B9 | 50 | 2C |
| Octal | 26 | 275 | 313 | 131 | 7 | 0 | 24 | 271 | 120 | 54 |
| Binary | 10110 | 10111101 | 11001011 | 1011001 | 111 | 0 | 10100 | 10111001 | 1010000 | 101100 |
Color Harmonies of #16BDCB
Complementary color
Monochromatic Colors of #16BDCB
Black with #16BDCB
Text Example
Text Example
White with #16BDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BDCB; }
p { color: rgb(22,189,203); }
H1.HeaderClassName
{
color: #16BDCB;
}
.AnyTagClassName
{
color: #16BDCB;
}
</style>
background-color css
<style>
a { background-color: #16BDCB; }
a { background-color: rgb(22,189,203); }
div.DivClassName
{
background-color: #16BDCB;
}
.BgClassName
{
background-color: #16BDCB;
}
</style>
border-color css
<style>
span { border-color: #16BDCB; }
span { border-color: rgb(22,189,203); }
td.TdClassName
{
border-color: #16BDCB;
}
.TagClassName
{
border-color: #16BDCB;
}
</style>