Shades of Iris Blue #16BFE0
Tints of Iris Blue #16BFE0
RGB
CMYK
RGB Variations
Color information
#16BFE0 (or 0x16BFE0) is known color: Iris Blue. HEX triplet: 16, BF and E0. RGB value is (22,191,224). Sum of RGB (Red+Green+Blue) = 22+191+224=437 (57% of max value = 765). Red value is 22 (8.98% from 255 or 5.03% from 437); Green value is 191 (75% from 255 or 43.71% from 437); Blue value is 224 (87.89% from 255 or 51.26% from 437); Max value from RGB is 224 - color contains mainly: blue. Hex color #16BFE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16BFE0 is #E9401F. Grayscale: #8F8F8F. Windows color (decimal): -15286304 or 14728982. OLE color: 14728982.
HSL color Cylindrical-coordinate representation of color #16BFE0: hue angle of 189.8º 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 #16BFE0 is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 22 | 191 | 224 | - |
| CMYK | 0.90 | 0.15 | 0 | 0.12 |
| HSL | 189.8º | 0.82% | 0.48% | - |
| HSV(B) | 189.8º | 0.9% | 0.88% | - |
| XYZ | 32.42 | 42.81 | 77.08 | - |
| YUV | 144.23 | 173.01 | 40.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 191 | 224 | 0.90 | 0.15 | 0 | 0.12 | 189.8 | 0.82 | 0.48 |
| Hex | 16 | BF | E0 | 5A | F | 0 | C | BE | 52 | 30 |
| Octal | 26 | 277 | 340 | 132 | 17 | 0 | 14 | 276 | 122 | 60 |
| Binary | 10110 | 10111111 | 11100000 | 1011010 | 1111 | 0 | 1100 | 10111110 | 1010010 | 110000 |
Color Harmonies of #16BFE0
Complementary color
Monochromatic Colors of #16BFE0
Black with #16BFE0
Text Example
Text Example
White with #16BFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BFE0; }
p { color: rgb(22,191,224); }
H1.HeaderClassName
{
color: #16BFE0;
}
.AnyTagClassName
{
color: #16BFE0;
}
</style>
background-color css
<style>
a { background-color: #16BFE0; }
a { background-color: rgb(22,191,224); }
div.DivClassName
{
background-color: #16BFE0;
}
.BgClassName
{
background-color: #16BFE0;
}
</style>
border-color css
<style>
span { border-color: #16BFE0; }
span { border-color: rgb(22,191,224); }
td.TdClassName
{
border-color: #16BFE0;
}
.TagClassName
{
border-color: #16BFE0;
}
</style>