Shades of Iris Blue #16AADD
Tints of Iris Blue #16AADD
RGB
CMYK
RGB Variations
Color information
#16AADD (or 0x16AADD) is known color: Iris Blue. HEX triplet: 16, AA and DD. RGB value is (22,170,221). Sum of RGB (Red+Green+Blue) = 22+170+221=413 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.33% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #16AADD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16AADD is #E95522. Grayscale: #838383. Windows color (decimal): -15291683 or 14526998. OLE color: 14526998.
HSL color Cylindrical-coordinate representation of color #16AADD: hue angle of 195.38º 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 #16AADD is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 170 | 221 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.13 |
| HSL | 195.38º | 0.82% | 0.48% | - |
| HSV(B) | 195.38º | 0.9% | 0.87% | - |
| XYZ | 27.76 | 34.14 | 73.53 | - |
| YUV | 131.56 | 178.47 | 49.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 170 | 221 | 0.90 | 0.23 | 0 | 0.13 | 195.38 | 0.82 | 0.48 |
| Hex | 16 | AA | DD | 5A | 17 | 0 | D | C3 | 52 | 30 |
| Octal | 26 | 252 | 335 | 132 | 27 | 0 | 15 | 303 | 122 | 60 |
| Binary | 10110 | 10101010 | 11011101 | 1011010 | 10111 | 0 | 1101 | 11000011 | 1010010 | 110000 |
Color Harmonies of #16AADD
Complementary color
Monochromatic Colors of #16AADD
Black with #16AADD
Text Example
Text Example
White with #16AADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AADD; }
p { color: rgb(22,170,221); }
H1.HeaderClassName
{
color: #16AADD;
}
.AnyTagClassName
{
color: #16AADD;
}
</style>
background-color css
<style>
a { background-color: #16AADD; }
a { background-color: rgb(22,170,221); }
div.DivClassName
{
background-color: #16AADD;
}
.BgClassName
{
background-color: #16AADD;
}
</style>
border-color css
<style>
span { border-color: #16AADD; }
span { border-color: rgb(22,170,221); }
td.TdClassName
{
border-color: #16AADD;
}
.TagClassName
{
border-color: #16AADD;
}
</style>