Shades of Iris Blue #16B2DC
Tints of Iris Blue #16B2DC
RGB
CMYK
RGB Variations
Color information
#16B2DC (or 0x16B2DC) is known color: Iris Blue. HEX triplet: 16, B2 and DC. RGB value is (22,178,220). Sum of RGB (Red+Green+Blue) = 22+178+220=420 (55% of max value = 765). Red value is 22 (8.98% from 255 or 5.24% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #16B2DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16B2DC is #E94D23. Grayscale: #878787. Windows color (decimal): -15289636 or 14463510. OLE color: 14463510.
HSL color Cylindrical-coordinate representation of color #16B2DC: hue angle of 192.73º 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 #16B2DC is Cyan = 0.9, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 178 | 220 | - |
| CMYK | 0.9 | 0.19 | 0 | 0.14 |
| HSL | 192.73º | 0.82% | 0.47% | - |
| HSV(B) | 192.73º | 0.9% | 0.86% | - |
| XYZ | 29.17 | 37.18 | 73.35 | - |
| YUV | 136.14 | 175.32 | 46.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 178 | 220 | 0.9 | 0.19 | 0 | 0.14 | 192.73 | 0.82 | 0.47 |
| Hex | 16 | B2 | DC | 5A | 13 | 0 | E | C1 | 52 | 2F |
| Octal | 26 | 262 | 334 | 132 | 23 | 0 | 16 | 301 | 122 | 57 |
| Binary | 10110 | 10110010 | 11011100 | 1011010 | 10011 | 0 | 1110 | 11000001 | 1010010 | 101111 |
Color Harmonies of #16B2DC
Complementary color
Monochromatic Colors of #16B2DC
Black with #16B2DC
Text Example
Text Example
White with #16B2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B2DC; }
p { color: rgb(22,178,220); }
H1.HeaderClassName
{
color: #16B2DC;
}
.AnyTagClassName
{
color: #16B2DC;
}
</style>
background-color css
<style>
a { background-color: #16B2DC; }
a { background-color: rgb(22,178,220); }
div.DivClassName
{
background-color: #16B2DC;
}
.BgClassName
{
background-color: #16B2DC;
}
</style>
border-color css
<style>
span { border-color: #16B2DC; }
span { border-color: rgb(22,178,220); }
td.TdClassName
{
border-color: #16B2DC;
}
.TagClassName
{
border-color: #16B2DC;
}
</style>