Shades of Iris Blue #16AEC6
Tints of Iris Blue #16AEC6
RGB
CMYK
RGB Variations
Color information
#16AEC6 (or 0x16AEC6) is known color: Iris Blue. HEX triplet: 16, AE and C6. RGB value is (22,174,198). Sum of RGB (Red+Green+Blue) = 22+174+198=394 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.58% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 198 (77.73% from 255 or 50.25% from 394); Max value from RGB is 198 - color contains mainly: blue. Hex color #16AEC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16AEC6 is #E95139. Grayscale: #838383. Windows color (decimal): -15290682 or 13020694. OLE color: 13020694.
HSL color Cylindrical-coordinate representation of color #16AEC6: hue angle of 188.18º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16AEC6 is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 22 | 174 | 198 | - |
| CMYK | 0.89 | 0.12 | 0 | 0.22 |
| HSL | 188.18º | 0.8% | 0.43% | - |
| HSV(B) | 188.18º | 0.89% | 0.78% | - |
| XYZ | 25.66 | 34.52 | 58.74 | - |
| YUV | 131.29 | 165.64 | 50.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 174 | 198 | 0.89 | 0.12 | 0 | 0.22 | 188.18 | 0.8 | 0.43 |
| Hex | 16 | AE | C6 | 59 | C | 0 | 16 | BC | 50 | 2B |
| Octal | 26 | 256 | 306 | 131 | 14 | 0 | 26 | 274 | 120 | 53 |
| Binary | 10110 | 10101110 | 11000110 | 1011001 | 1100 | 0 | 10110 | 10111100 | 1010000 | 101011 |
Color Harmonies of #16AEC6
Complementary color
Monochromatic Colors of #16AEC6
Black with #16AEC6
Text Example
Text Example
White with #16AEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AEC6; }
p { color: rgb(22,174,198); }
H1.HeaderClassName
{
color: #16AEC6;
}
.AnyTagClassName
{
color: #16AEC6;
}
</style>
background-color css
<style>
a { background-color: #16AEC6; }
a { background-color: rgb(22,174,198); }
div.DivClassName
{
background-color: #16AEC6;
}
.BgClassName
{
background-color: #16AEC6;
}
</style>
border-color css
<style>
span { border-color: #16AEC6; }
span { border-color: rgb(22,174,198); }
td.TdClassName
{
border-color: #16AEC6;
}
.TagClassName
{
border-color: #16AEC6;
}
</style>