Shades of Iris Blue #16BBC6
Tints of Iris Blue #16BBC6
RGB
CMYK
RGB Variations
Color information
#16BBC6 (or 0x16BBC6) is known color: Iris Blue. HEX triplet: 16, BB and C6. RGB value is (22,187,198). Sum of RGB (Red+Green+Blue) = 22+187+198=407 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.41% from 407); Green value is 187 (73.44% from 255 or 45.95% from 407); Blue value is 198 (77.73% from 255 or 48.65% from 407); Max value from RGB is 198 - color contains mainly: blue. Hex color #16BBC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16BBC6 is #E94439. Grayscale: #8A8A8A. Windows color (decimal): -15287354 or 13024022. OLE color: 13024022.
HSL color Cylindrical-coordinate representation of color #16BBC6: hue angle of 183.75º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16BBC6 is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 22 | 187 | 198 | - |
| CMYK | 0.89 | 0.06 | 0 | 0.22 |
| HSL | 183.75º | 0.8% | 0.43% | - |
| HSV(B) | 183.75º | 0.89% | 0.78% | - |
| XYZ | 28.29 | 39.79 | 59.61 | - |
| YUV | 138.92 | 161.34 | 44.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 187 | 198 | 0.89 | 0.06 | 0 | 0.22 | 183.75 | 0.8 | 0.43 |
| Hex | 16 | BB | C6 | 59 | 6 | 0 | 16 | B8 | 50 | 2B |
| Octal | 26 | 273 | 306 | 131 | 6 | 0 | 26 | 270 | 120 | 53 |
| Binary | 10110 | 10111011 | 11000110 | 1011001 | 110 | 0 | 10110 | 10111000 | 1010000 | 101011 |
Color Harmonies of #16BBC6
Complementary color
Monochromatic Colors of #16BBC6
Black with #16BBC6
Text Example
Text Example
White with #16BBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BBC6; }
p { color: rgb(22,187,198); }
H1.HeaderClassName
{
color: #16BBC6;
}
.AnyTagClassName
{
color: #16BBC6;
}
</style>
background-color css
<style>
a { background-color: #16BBC6; }
a { background-color: rgb(22,187,198); }
div.DivClassName
{
background-color: #16BBC6;
}
.BgClassName
{
background-color: #16BBC6;
}
</style>
border-color css
<style>
span { border-color: #16BBC6; }
span { border-color: rgb(22,187,198); }
td.TdClassName
{
border-color: #16BBC6;
}
.TagClassName
{
border-color: #16BBC6;
}
</style>