Shades of Iris Blue #16BEC3
Tints of Iris Blue #16BEC3
RGB
CMYK
RGB Variations
Color information
#16BEC3 (or 0x16BEC3) is known color: Iris Blue. HEX triplet: 16, BE and C3. RGB value is (22,190,195). Sum of RGB (Red+Green+Blue) = 22+190+195=407 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.41% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 195 (76.56% from 255 or 47.91% from 407); Max value from RGB is 195 - color contains mainly: blue. Hex color #16BEC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16BEC3 is #E9413C. Grayscale: #8C8C8C. Windows color (decimal): -15286589 or 12828182. OLE color: 12828182.
HSL color Cylindrical-coordinate representation of color #16BEC3: hue angle of 181.73º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16BEC3 is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 22 | 190 | 195 | - |
| CMYK | 0.89 | 0.03 | 0 | 0.24 |
| HSL | 181.73º | 0.8% | 0.43% | - |
| HSV(B) | 181.73º | 0.89% | 0.76% | - |
| XYZ | 28.59 | 40.94 | 58.02 | - |
| YUV | 140.34 | 158.84 | 43.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 190 | 195 | 0.89 | 0.03 | 0 | 0.24 | 181.73 | 0.8 | 0.43 |
| Hex | 16 | BE | C3 | 59 | 3 | 0 | 18 | B6 | 50 | 2B |
| Octal | 26 | 276 | 303 | 131 | 3 | 0 | 30 | 266 | 120 | 53 |
| Binary | 10110 | 10111110 | 11000011 | 1011001 | 11 | 0 | 11000 | 10110110 | 1010000 | 101011 |
Color Harmonies of #16BEC3
Complementary color
Monochromatic Colors of #16BEC3
Black with #16BEC3
Text Example
Text Example
White with #16BEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BEC3; }
p { color: rgb(22,190,195); }
H1.HeaderClassName
{
color: #16BEC3;
}
.AnyTagClassName
{
color: #16BEC3;
}
</style>
background-color css
<style>
a { background-color: #16BEC3; }
a { background-color: rgb(22,190,195); }
div.DivClassName
{
background-color: #16BEC3;
}
.BgClassName
{
background-color: #16BEC3;
}
</style>
border-color css
<style>
span { border-color: #16BEC3; }
span { border-color: rgb(22,190,195); }
td.TdClassName
{
border-color: #16BEC3;
}
.TagClassName
{
border-color: #16BEC3;
}
</style>