Shades of Iris Blue #16BDE0
Tints of Iris Blue #16BDE0
RGB
CMYK
RGB Variations
Color information
#16BDE0 (or 0x16BDE0) is known color: Iris Blue. HEX triplet: 16, BD and E0. RGB value is (22,189,224). Sum of RGB (Red+Green+Blue) = 22+189+224=435 (57% of max value = 765). Red value is 22 (8.98% from 255 or 5.06% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 224 (87.89% from 255 or 51.49% from 435); Max value from RGB is 224 - color contains mainly: blue. Hex color #16BDE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16BDE0 is #E9421F. Grayscale: #8E8E8E. Windows color (decimal): -15286816 or 14728470. OLE color: 14728470.
HSL color Cylindrical-coordinate representation of color #16BDE0: hue angle of 190.4º 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 #16BDE0 is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 22 | 189 | 224 | - |
| CMYK | 0.90 | 0.16 | 0 | 0.12 |
| HSL | 190.4º | 0.82% | 0.48% | - |
| HSV(B) | 190.4º | 0.9% | 0.88% | - |
| XYZ | 31.98 | 41.95 | 76.93 | - |
| YUV | 143.06 | 173.67 | 41.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 189 | 224 | 0.90 | 0.16 | 0 | 0.12 | 190.4 | 0.82 | 0.48 |
| Hex | 16 | BD | E0 | 5A | 10 | 0 | C | BE | 52 | 30 |
| Octal | 26 | 275 | 340 | 132 | 20 | 0 | 14 | 276 | 122 | 60 |
| Binary | 10110 | 10111101 | 11100000 | 1011010 | 10000 | 0 | 1100 | 10111110 | 1010010 | 110000 |
Color Harmonies of #16BDE0
Complementary color
Monochromatic Colors of #16BDE0
Black with #16BDE0
Text Example
Text Example
White with #16BDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BDE0; }
p { color: rgb(22,189,224); }
H1.HeaderClassName
{
color: #16BDE0;
}
.AnyTagClassName
{
color: #16BDE0;
}
</style>
background-color css
<style>
a { background-color: #16BDE0; }
a { background-color: rgb(22,189,224); }
div.DivClassName
{
background-color: #16BDE0;
}
.BgClassName
{
background-color: #16BDE0;
}
</style>
border-color css
<style>
span { border-color: #16BDE0; }
span { border-color: rgb(22,189,224); }
td.TdClassName
{
border-color: #16BDE0;
}
.TagClassName
{
border-color: #16BDE0;
}
</style>