Shades of Iris Blue #16B2DB
Tints of Iris Blue #16B2DB
RGB
CMYK
RGB Variations
Color information
#16B2DB (or 0x16B2DB) is known color: Iris Blue. HEX triplet: 16, B2 and DB. RGB value is (22,178,219). Sum of RGB (Red+Green+Blue) = 22+178+219=419 (55% of max value = 765). Red value is 22 (8.98% from 255 or 5.25% from 419); Green value is 178 (69.92% from 255 or 42.48% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #16B2DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16B2DB is #E94D24. Grayscale: #878787. Windows color (decimal): -15289637 or 14397974. OLE color: 14397974.
HSL color Cylindrical-coordinate representation of color #16B2DB: hue angle of 192.49º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16B2DB is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 178 | 219 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.14 |
| HSL | 192.49º | 0.82% | 0.47% | - |
| HSV(B) | 192.49º | 0.9% | 0.86% | - |
| XYZ | 29.04 | 37.13 | 72.65 | - |
| YUV | 136.03 | 174.82 | 46.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 178 | 219 | 0.90 | 0.19 | 0 | 0.14 | 192.49 | 0.82 | 0.47 |
| Hex | 16 | B2 | DB | 5A | 13 | 0 | E | C0 | 52 | 2F |
| Octal | 26 | 262 | 333 | 132 | 23 | 0 | 16 | 300 | 122 | 57 |
| Binary | 10110 | 10110010 | 11011011 | 1011010 | 10011 | 0 | 1110 | 11000000 | 1010010 | 101111 |
Color Harmonies of #16B2DB
Complementary color
Monochromatic Colors of #16B2DB
Black with #16B2DB
Text Example
Text Example
White with #16B2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B2DB; }
p { color: rgb(22,178,219); }
H1.HeaderClassName
{
color: #16B2DB;
}
.AnyTagClassName
{
color: #16B2DB;
}
</style>
background-color css
<style>
a { background-color: #16B2DB; }
a { background-color: rgb(22,178,219); }
div.DivClassName
{
background-color: #16B2DB;
}
.BgClassName
{
background-color: #16B2DB;
}
</style>
border-color css
<style>
span { border-color: #16B2DB; }
span { border-color: rgb(22,178,219); }
td.TdClassName
{
border-color: #16B2DB;
}
.TagClassName
{
border-color: #16B2DB;
}
</style>