Shades of Iris Blue #16ABC8
Tints of Iris Blue #16ABC8
RGB
CMYK
RGB Variations
Color information
#16ABC8 (or 0x16ABC8) is known color: Iris Blue. HEX triplet: 16, AB and C8. RGB value is (22,171,200). Sum of RGB (Red+Green+Blue) = 22+171+200=393 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.60% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 200 (78.52% from 255 or 50.89% from 393); Max value from RGB is 200 - color contains mainly: blue. Hex color #16ABC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16ABC8 is #E95437. Grayscale: #818181. Windows color (decimal): -15291448 or 13150998. OLE color: 13150998.
HSL color Cylindrical-coordinate representation of color #16ABC8: hue angle of 189.78º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16ABC8 is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 22 | 171 | 200 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.22 |
| HSL | 189.78º | 0.8% | 0.44% | - |
| HSV(B) | 189.78º | 0.89% | 0.78% | - |
| XYZ | 25.32 | 33.47 | 59.77 | - |
| YUV | 129.76 | 167.64 | 51.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 171 | 200 | 0.89 | 0.14 | 0 | 0.22 | 189.78 | 0.8 | 0.44 |
| Hex | 16 | AB | C8 | 59 | E | 0 | 16 | BE | 50 | 2C |
| Octal | 26 | 253 | 310 | 131 | 16 | 0 | 26 | 276 | 120 | 54 |
| Binary | 10110 | 10101011 | 11001000 | 1011001 | 1110 | 0 | 10110 | 10111110 | 1010000 | 101100 |
Color Harmonies of #16ABC8
Complementary color
Monochromatic Colors of #16ABC8
Black with #16ABC8
Text Example
Text Example
White with #16ABC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16ABC8; }
p { color: rgb(22,171,200); }
H1.HeaderClassName
{
color: #16ABC8;
}
.AnyTagClassName
{
color: #16ABC8;
}
</style>
background-color css
<style>
a { background-color: #16ABC8; }
a { background-color: rgb(22,171,200); }
div.DivClassName
{
background-color: #16ABC8;
}
.BgClassName
{
background-color: #16ABC8;
}
</style>
border-color css
<style>
span { border-color: #16ABC8; }
span { border-color: rgb(22,171,200); }
td.TdClassName
{
border-color: #16ABC8;
}
.TagClassName
{
border-color: #16ABC8;
}
</style>