Shades of Iris Blue #16BCBE
Tints of Iris Blue #16BCBE
RGB
CMYK
RGB Variations
Color information
#16BCBE (or 0x16BCBE) is known color: Iris Blue. HEX triplet: 16, BC and BE. RGB value is (22,188,190). Sum of RGB (Red+Green+Blue) = 22+188+190=400 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.5% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #16BCBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16BCBE is #E94341. Grayscale: #8A8A8A. Windows color (decimal): -15287106 or 12499990. OLE color: 12499990.
HSL color Cylindrical-coordinate representation of color #16BCBE: hue angle of 180.71º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BCBE is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 188 | 190 | - |
| CMYK | 0.88 | 0.01 | 0 | 0.25 |
| HSL | 180.71º | 0.79% | 0.42% | - |
| HSV(B) | 180.71º | 0.88% | 0.75% | - |
| XYZ | 27.61 | 39.85 | 54.95 | - |
| YUV | 138.59 | 157 | 44.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 188 | 190 | 0.88 | 0.01 | 0 | 0.25 | 180.71 | 0.79 | 0.42 |
| Hex | 16 | BC | BE | 58 | 1 | 0 | 19 | B5 | 4F | 2A |
| Octal | 26 | 274 | 276 | 130 | 1 | 0 | 31 | 265 | 117 | 52 |
| Binary | 10110 | 10111100 | 10111110 | 1011000 | 1 | 0 | 11001 | 10110101 | 1001111 | 101010 |
Color Harmonies of #16BCBE
Complementary color
Monochromatic Colors of #16BCBE
Black with #16BCBE
Text Example
Text Example
White with #16BCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BCBE; }
p { color: rgb(22,188,190); }
H1.HeaderClassName
{
color: #16BCBE;
}
.AnyTagClassName
{
color: #16BCBE;
}
</style>
background-color css
<style>
a { background-color: #16BCBE; }
a { background-color: rgb(22,188,190); }
div.DivClassName
{
background-color: #16BCBE;
}
.BgClassName
{
background-color: #16BCBE;
}
</style>
border-color css
<style>
span { border-color: #16BCBE; }
span { border-color: rgb(22,188,190); }
td.TdClassName
{
border-color: #16BCBE;
}
.TagClassName
{
border-color: #16BCBE;
}
</style>