Shades of Iris Blue #16ACC4
Tints of Iris Blue #16ACC4
RGB
CMYK
RGB Variations
Color information
#16ACC4 (or 0x16ACC4) is known color: Iris Blue. HEX triplet: 16, AC and C4. RGB value is (22,172,196). Sum of RGB (Red+Green+Blue) = 22+172+196=390 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.64% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 196 (76.95% from 255 or 50.26% from 390); Max value from RGB is 196 - color contains mainly: blue. Hex color #16ACC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16ACC4 is #E9533B. Grayscale: #818181. Windows color (decimal): -15291196 or 12889110. OLE color: 12889110.
HSL color Cylindrical-coordinate representation of color #16ACC4: hue angle of 188.28º 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 #16ACC4 is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 22 | 172 | 196 | - |
| CMYK | 0.89 | 0.12 | 0 | 0.23 |
| HSL | 188.28º | 0.8% | 0.43% | - |
| HSV(B) | 188.28º | 0.89% | 0.77% | - |
| XYZ | 25.05 | 33.66 | 57.4 | - |
| YUV | 129.89 | 165.31 | 51.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 172 | 196 | 0.89 | 0.12 | 0 | 0.23 | 188.28 | 0.8 | 0.43 |
| Hex | 16 | AC | C4 | 59 | C | 0 | 17 | BC | 50 | 2B |
| Octal | 26 | 254 | 304 | 131 | 14 | 0 | 27 | 274 | 120 | 53 |
| Binary | 10110 | 10101100 | 11000100 | 1011001 | 1100 | 0 | 10111 | 10111100 | 1010000 | 101011 |
Color Harmonies of #16ACC4
Complementary color
Monochromatic Colors of #16ACC4
Black with #16ACC4
Text Example
Text Example
White with #16ACC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16ACC4; }
p { color: rgb(22,172,196); }
H1.HeaderClassName
{
color: #16ACC4;
}
.AnyTagClassName
{
color: #16ACC4;
}
</style>
background-color css
<style>
a { background-color: #16ACC4; }
a { background-color: rgb(22,172,196); }
div.DivClassName
{
background-color: #16ACC4;
}
.BgClassName
{
background-color: #16ACC4;
}
</style>
border-color css
<style>
span { border-color: #16ACC4; }
span { border-color: rgb(22,172,196); }
td.TdClassName
{
border-color: #16ACC4;
}
.TagClassName
{
border-color: #16ACC4;
}
</style>