Shades of Iris Blue #16AAD4
Tints of Iris Blue #16AAD4
RGB
CMYK
RGB Variations
Color information
#16AAD4 (or 0x16AAD4) is known color: Iris Blue. HEX triplet: 16, AA and D4. RGB value is (22,170,212). Sum of RGB (Red+Green+Blue) = 22+170+212=404 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.45% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 212 (83.20% from 255 or 52.48% from 404); Max value from RGB is 212 - color contains mainly: blue. Hex color #16AAD4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16AAD4 is #E9552B. Grayscale: #828282. Windows color (decimal): -15291692 or 13937174. OLE color: 13937174.
HSL color Cylindrical-coordinate representation of color #16AAD4: hue angle of 193.26º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16AAD4 is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 22 | 170 | 212 | - |
| CMYK | 0.90 | 0.20 | 0 | 0.17 |
| HSL | 193.26º | 0.81% | 0.46% | - |
| HSV(B) | 193.26º | 0.9% | 0.83% | - |
| XYZ | 26.59 | 33.67 | 67.39 | - |
| YUV | 130.54 | 173.97 | 50.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 170 | 212 | 0.90 | 0.20 | 0 | 0.17 | 193.26 | 0.81 | 0.46 |
| Hex | 16 | AA | D4 | 5A | 14 | 0 | 11 | C1 | 51 | 2E |
| Octal | 26 | 252 | 324 | 132 | 24 | 0 | 21 | 301 | 121 | 56 |
| Binary | 10110 | 10101010 | 11010100 | 1011010 | 10100 | 0 | 10001 | 11000001 | 1010001 | 101110 |
Color Harmonies of #16AAD4
Complementary color
Monochromatic Colors of #16AAD4
Black with #16AAD4
Text Example
Text Example
White with #16AAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AAD4; }
p { color: rgb(22,170,212); }
H1.HeaderClassName
{
color: #16AAD4;
}
.AnyTagClassName
{
color: #16AAD4;
}
</style>
background-color css
<style>
a { background-color: #16AAD4; }
a { background-color: rgb(22,170,212); }
div.DivClassName
{
background-color: #16AAD4;
}
.BgClassName
{
background-color: #16AAD4;
}
</style>
border-color css
<style>
span { border-color: #16AAD4; }
span { border-color: rgb(22,170,212); }
td.TdClassName
{
border-color: #16AAD4;
}
.TagClassName
{
border-color: #16AAD4;
}
</style>