Shades of Iris Blue #16AABF
Tints of Iris Blue #16AABF
RGB
CMYK
RGB Variations
Color information
#16AABF (or 0x16AABF) is known color: Iris Blue. HEX triplet: 16, AA and BF. RGB value is (22,170,191). Sum of RGB (Red+Green+Blue) = 22+170+191=383 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.74% from 383); Green value is 170 (66.80% from 255 or 44.39% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #16AABF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16AABF is #E95540. Grayscale: #7F7F7F. Windows color (decimal): -15291713 or 12560918. OLE color: 12560918.
HSL color Cylindrical-coordinate representation of color #16AABF: hue angle of 187.46º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16AABF is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 170 | 191 | - |
| CMYK | 0.88 | 0.11 | 0 | 0.25 |
| HSL | 187.46º | 0.79% | 0.42% | - |
| HSV(B) | 187.46º | 0.88% | 0.75% | - |
| XYZ | 24.11 | 32.68 | 54.33 | - |
| YUV | 128.14 | 163.47 | 52.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 170 | 191 | 0.88 | 0.11 | 0 | 0.25 | 187.46 | 0.79 | 0.42 |
| Hex | 16 | AA | BF | 58 | B | 0 | 19 | BB | 4F | 2A |
| Octal | 26 | 252 | 277 | 130 | 13 | 0 | 31 | 273 | 117 | 52 |
| Binary | 10110 | 10101010 | 10111111 | 1011000 | 1011 | 0 | 11001 | 10111011 | 1001111 | 101010 |
Color Harmonies of #16AABF
Complementary color
Monochromatic Colors of #16AABF
Black with #16AABF
Text Example
Text Example
White with #16AABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AABF; }
p { color: rgb(22,170,191); }
H1.HeaderClassName
{
color: #16AABF;
}
.AnyTagClassName
{
color: #16AABF;
}
</style>
background-color css
<style>
a { background-color: #16AABF; }
a { background-color: rgb(22,170,191); }
div.DivClassName
{
background-color: #16AABF;
}
.BgClassName
{
background-color: #16AABF;
}
</style>
border-color css
<style>
span { border-color: #16AABF; }
span { border-color: rgb(22,170,191); }
td.TdClassName
{
border-color: #16AABF;
}
.TagClassName
{
border-color: #16AABF;
}
</style>