Shades of Iris Blue #16AACE
Tints of Iris Blue #16AACE
RGB
CMYK
RGB Variations
Color information
#16AACE (or 0x16AACE) is known color: Iris Blue. HEX triplet: 16, AA and CE. RGB value is (22,170,206). Sum of RGB (Red+Green+Blue) = 22+170+206=398 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.53% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #16AACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16AACE is #E95531. Grayscale: #818181. Windows color (decimal): -15291698 or 13543958. OLE color: 13543958.
HSL color Cylindrical-coordinate representation of color #16AACE: hue angle of 191.74º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16AACE is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 170 | 206 | - |
| CMYK | 0.89 | 0.17 | 0 | 0.19 |
| HSL | 191.74º | 0.81% | 0.45% | - |
| HSV(B) | 191.74º | 0.89% | 0.81% | - |
| XYZ | 25.85 | 33.38 | 63.47 | - |
| YUV | 129.85 | 170.97 | 51.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 170 | 206 | 0.89 | 0.17 | 0 | 0.19 | 191.74 | 0.81 | 0.45 |
| Hex | 16 | AA | CE | 59 | 11 | 0 | 13 | C0 | 51 | 2D |
| Octal | 26 | 252 | 316 | 131 | 21 | 0 | 23 | 300 | 121 | 55 |
| Binary | 10110 | 10101010 | 11001110 | 1011001 | 10001 | 0 | 10011 | 11000000 | 1010001 | 101101 |
Color Harmonies of #16AACE
Complementary color
Monochromatic Colors of #16AACE
Black with #16AACE
Text Example
Text Example
White with #16AACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AACE; }
p { color: rgb(22,170,206); }
H1.HeaderClassName
{
color: #16AACE;
}
.AnyTagClassName
{
color: #16AACE;
}
</style>
background-color css
<style>
a { background-color: #16AACE; }
a { background-color: rgb(22,170,206); }
div.DivClassName
{
background-color: #16AACE;
}
.BgClassName
{
background-color: #16AACE;
}
</style>
border-color css
<style>
span { border-color: #16AACE; }
span { border-color: rgb(22,170,206); }
td.TdClassName
{
border-color: #16AACE;
}
.TagClassName
{
border-color: #16AACE;
}
</style>