Shades of Iris Blue #16BAE0
Tints of Iris Blue #16BAE0
RGB
CMYK
RGB Variations
Color information
#16BAE0 (or 0x16BAE0) is known color: Iris Blue. HEX triplet: 16, BA and E0. RGB value is (22,186,224). Sum of RGB (Red+Green+Blue) = 22+186+224=432 (57% of max value = 765). Red value is 22 (8.98% from 255 or 5.09% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 224 (87.89% from 255 or 51.85% from 432); Max value from RGB is 224 - color contains mainly: blue. Hex color #16BAE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16BAE0 is #E9451F. Grayscale: #8C8C8C. Windows color (decimal): -15287584 or 14727702. OLE color: 14727702.
HSL color Cylindrical-coordinate representation of color #16BAE0: hue angle of 191.29º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16BAE0 is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 22 | 186 | 224 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.12 |
| HSL | 191.29º | 0.82% | 0.48% | - |
| HSV(B) | 191.29º | 0.9% | 0.88% | - |
| XYZ | 31.34 | 40.67 | 76.72 | - |
| YUV | 141.3 | 174.67 | 42.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 186 | 224 | 0.90 | 0.17 | 0 | 0.12 | 191.29 | 0.82 | 0.48 |
| Hex | 16 | BA | E0 | 5A | 11 | 0 | C | BF | 52 | 30 |
| Octal | 26 | 272 | 340 | 132 | 21 | 0 | 14 | 277 | 122 | 60 |
| Binary | 10110 | 10111010 | 11100000 | 1011010 | 10001 | 0 | 1100 | 10111111 | 1010010 | 110000 |
Color Harmonies of #16BAE0
Complementary color
Monochromatic Colors of #16BAE0
Black with #16BAE0
Text Example
Text Example
White with #16BAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BAE0; }
p { color: rgb(22,186,224); }
H1.HeaderClassName
{
color: #16BAE0;
}
.AnyTagClassName
{
color: #16BAE0;
}
</style>
background-color css
<style>
a { background-color: #16BAE0; }
a { background-color: rgb(22,186,224); }
div.DivClassName
{
background-color: #16BAE0;
}
.BgClassName
{
background-color: #16BAE0;
}
</style>
border-color css
<style>
span { border-color: #16BAE0; }
span { border-color: rgb(22,186,224); }
td.TdClassName
{
border-color: #16BAE0;
}
.TagClassName
{
border-color: #16BAE0;
}
</style>