Shades of Iris Blue #16AAC5
Tints of Iris Blue #16AAC5
RGB
CMYK
RGB Variations
Color information
#16AAC5 (or 0x16AAC5) is known color: Iris Blue. HEX triplet: 16, AA and C5. RGB value is (22,170,197). Sum of RGB (Red+Green+Blue) = 22+170+197=389 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.66% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 197 (77.34% from 255 or 50.64% from 389); Max value from RGB is 197 - color contains mainly: blue. Hex color #16AAC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16AAC5 is #E9553A. Grayscale: #808080. Windows color (decimal): -15291707 or 12954134. OLE color: 12954134.
HSL color Cylindrical-coordinate representation of color #16AAC5: hue angle of 189.26º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16AAC5 is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 22 | 170 | 197 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.23 |
| HSL | 189.26º | 0.8% | 0.43% | - |
| HSV(B) | 189.26º | 0.89% | 0.77% | - |
| XYZ | 24.78 | 32.95 | 57.88 | - |
| YUV | 128.83 | 166.47 | 51.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 170 | 197 | 0.89 | 0.14 | 0 | 0.23 | 189.26 | 0.8 | 0.43 |
| Hex | 16 | AA | C5 | 59 | E | 0 | 17 | BD | 50 | 2B |
| Octal | 26 | 252 | 305 | 131 | 16 | 0 | 27 | 275 | 120 | 53 |
| Binary | 10110 | 10101010 | 11000101 | 1011001 | 1110 | 0 | 10111 | 10111101 | 1010000 | 101011 |
Color Harmonies of #16AAC5
Complementary color
Monochromatic Colors of #16AAC5
Black with #16AAC5
Text Example
Text Example
White with #16AAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AAC5; }
p { color: rgb(22,170,197); }
H1.HeaderClassName
{
color: #16AAC5;
}
.AnyTagClassName
{
color: #16AAC5;
}
</style>
background-color css
<style>
a { background-color: #16AAC5; }
a { background-color: rgb(22,170,197); }
div.DivClassName
{
background-color: #16AAC5;
}
.BgClassName
{
background-color: #16AAC5;
}
</style>
border-color css
<style>
span { border-color: #16AAC5; }
span { border-color: rgb(22,170,197); }
td.TdClassName
{
border-color: #16AAC5;
}
.TagClassName
{
border-color: #16AAC5;
}
</style>