Shades of Iris Blue #16AADE
Tints of Iris Blue #16AADE
RGB
CMYK
RGB Variations
Color information
#16AADE (or 0x16AADE) is known color: Iris Blue. HEX triplet: 16, AA and DE. RGB value is (22,170,222). Sum of RGB (Red+Green+Blue) = 22+170+222=414 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.31% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #16AADE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16AADE is #E95521. Grayscale: #838383. Windows color (decimal): -15291682 or 14592534. OLE color: 14592534.
HSL color Cylindrical-coordinate representation of color #16AADE: hue angle of 195.6º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16AADE is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 170 | 222 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.13 |
| HSL | 195.6º | 0.82% | 0.48% | - |
| HSV(B) | 195.6º | 0.9% | 0.87% | - |
| XYZ | 27.89 | 34.19 | 74.24 | - |
| YUV | 131.68 | 178.97 | 49.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 170 | 222 | 0.90 | 0.23 | 0 | 0.13 | 195.6 | 0.82 | 0.48 |
| Hex | 16 | AA | DE | 5A | 17 | 0 | D | C4 | 52 | 30 |
| Octal | 26 | 252 | 336 | 132 | 27 | 0 | 15 | 304 | 122 | 60 |
| Binary | 10110 | 10101010 | 11011110 | 1011010 | 10111 | 0 | 1101 | 11000100 | 1010010 | 110000 |
Color Harmonies of #16AADE
Complementary color
Monochromatic Colors of #16AADE
Black with #16AADE
Text Example
Text Example
White with #16AADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AADE; }
p { color: rgb(22,170,222); }
H1.HeaderClassName
{
color: #16AADE;
}
.AnyTagClassName
{
color: #16AADE;
}
</style>
background-color css
<style>
a { background-color: #16AADE; }
a { background-color: rgb(22,170,222); }
div.DivClassName
{
background-color: #16AADE;
}
.BgClassName
{
background-color: #16AADE;
}
</style>
border-color css
<style>
span { border-color: #16AADE; }
span { border-color: rgb(22,170,222); }
td.TdClassName
{
border-color: #16AADE;
}
.TagClassName
{
border-color: #16AADE;
}
</style>