Shades of Iris Blue #16BECE
Tints of Iris Blue #16BECE
RGB
CMYK
RGB Variations
Color information
#16BECE (or 0x16BECE) is known color: Iris Blue. HEX triplet: 16, BE and CE. RGB value is (22,190,206). Sum of RGB (Red+Green+Blue) = 22+190+206=418 (55% of max value = 765). Red value is 22 (8.98% from 255 or 5.26% from 418); Green value is 190 (74.61% from 255 or 45.45% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #16BECE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16BECE is #E94131. Grayscale: #8D8D8D. Windows color (decimal): -15286578 or 13549078. OLE color: 13549078.
HSL color Cylindrical-coordinate representation of color #16BECE: hue angle of 185.22º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16BECE is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 190 | 206 | - |
| CMYK | 0.89 | 0.08 | 0 | 0.19 |
| HSL | 185.22º | 0.81% | 0.45% | - |
| HSV(B) | 185.22º | 0.89% | 0.81% | - |
| XYZ | 29.88 | 41.45 | 64.82 | - |
| YUV | 141.59 | 164.34 | 42.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 190 | 206 | 0.89 | 0.08 | 0 | 0.19 | 185.22 | 0.81 | 0.45 |
| Hex | 16 | BE | CE | 59 | 8 | 0 | 13 | B9 | 51 | 2D |
| Octal | 26 | 276 | 316 | 131 | 10 | 0 | 23 | 271 | 121 | 55 |
| Binary | 10110 | 10111110 | 11001110 | 1011001 | 1000 | 0 | 10011 | 10111001 | 1010001 | 101101 |
Color Harmonies of #16BECE
Complementary color
Monochromatic Colors of #16BECE
Black with #16BECE
Text Example
Text Example
White with #16BECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BECE; }
p { color: rgb(22,190,206); }
H1.HeaderClassName
{
color: #16BECE;
}
.AnyTagClassName
{
color: #16BECE;
}
</style>
background-color css
<style>
a { background-color: #16BECE; }
a { background-color: rgb(22,190,206); }
div.DivClassName
{
background-color: #16BECE;
}
.BgClassName
{
background-color: #16BECE;
}
</style>
border-color css
<style>
span { border-color: #16BECE; }
span { border-color: rgb(22,190,206); }
td.TdClassName
{
border-color: #16BECE;
}
.TagClassName
{
border-color: #16BECE;
}
</style>