Shades of Iris Blue #16BBD2
Tints of Iris Blue #16BBD2
RGB
CMYK
RGB Variations
Color information
#16BBD2 (or 0x16BBD2) is known color: Iris Blue. HEX triplet: 16, BB and D2. RGB value is (22,187,210). Sum of RGB (Red+Green+Blue) = 22+187+210=419 (55% of max value = 765). Red value is 22 (8.98% from 255 or 5.25% from 419); Green value is 187 (73.44% from 255 or 44.63% from 419); Blue value is 210 (82.42% from 255 or 50.12% from 419); Max value from RGB is 210 - color contains mainly: blue. Hex color #16BBD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16BBD2 is #E9442D. Grayscale: #8C8C8C. Windows color (decimal): -15287342 or 13810454. OLE color: 13810454.
HSL color Cylindrical-coordinate representation of color #16BBD2: hue angle of 187.34º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16BBD2 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 22 | 187 | 210 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.18 |
| HSL | 187.34º | 0.81% | 0.45% | - |
| HSV(B) | 187.34º | 0.9% | 0.82% | - |
| XYZ | 29.73 | 40.36 | 67.2 | - |
| YUV | 140.29 | 167.34 | 43.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 187 | 210 | 0.90 | 0.11 | 0 | 0.18 | 187.34 | 0.81 | 0.45 |
| Hex | 16 | BB | D2 | 5A | B | 0 | 12 | BB | 51 | 2D |
| Octal | 26 | 273 | 322 | 132 | 13 | 0 | 22 | 273 | 121 | 55 |
| Binary | 10110 | 10111011 | 11010010 | 1011010 | 1011 | 0 | 10010 | 10111011 | 1010001 | 101101 |
Color Harmonies of #16BBD2
Complementary color
Monochromatic Colors of #16BBD2
Black with #16BBD2
Text Example
Text Example
White with #16BBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BBD2; }
p { color: rgb(22,187,210); }
H1.HeaderClassName
{
color: #16BBD2;
}
.AnyTagClassName
{
color: #16BBD2;
}
</style>
background-color css
<style>
a { background-color: #16BBD2; }
a { background-color: rgb(22,187,210); }
div.DivClassName
{
background-color: #16BBD2;
}
.BgClassName
{
background-color: #16BBD2;
}
</style>
border-color css
<style>
span { border-color: #16BBD2; }
span { border-color: rgb(22,187,210); }
td.TdClassName
{
border-color: #16BBD2;
}
.TagClassName
{
border-color: #16BBD2;
}
</style>