Shades of Iris Blue #16C0C8
Tints of Iris Blue #16C0C8
RGB
CMYK
RGB Variations
Color information
#16C0C8 (or 0x16C0C8) is known color: Iris Blue. HEX triplet: 16, C0 and C8. RGB value is (22,192,200). Sum of RGB (Red+Green+Blue) = 22+192+200=414 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.31% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 200 (78.52% from 255 or 48.31% from 414); Max value from RGB is 200 - color contains mainly: blue. Hex color #16C0C8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16C0C8 is #E93F37. Grayscale: #8D8D8D. Windows color (decimal): -15286072 or 13156374. OLE color: 13156374.
HSL color Cylindrical-coordinate representation of color #16C0C8: hue angle of 182.7º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C0C8 is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 22 | 192 | 200 | - |
| CMYK | 0.89 | 0.04 | 0 | 0.22 |
| HSL | 182.7º | 0.8% | 0.44% | - |
| HSV(B) | 182.7º | 0.89% | 0.78% | - |
| XYZ | 29.61 | 42.04 | 61.2 | - |
| YUV | 142.08 | 160.68 | 42.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 192 | 200 | 0.89 | 0.04 | 0 | 0.22 | 182.7 | 0.8 | 0.44 |
| Hex | 16 | C0 | C8 | 59 | 4 | 0 | 16 | B7 | 50 | 2C |
| Octal | 26 | 300 | 310 | 131 | 4 | 0 | 26 | 267 | 120 | 54 |
| Binary | 10110 | 11000000 | 11001000 | 1011001 | 100 | 0 | 10110 | 10110111 | 1010000 | 101100 |
Color Harmonies of #16C0C8
Complementary color
Monochromatic Colors of #16C0C8
Black with #16C0C8
Text Example
Text Example
White with #16C0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C0C8; }
p { color: rgb(22,192,200); }
H1.HeaderClassName
{
color: #16C0C8;
}
.AnyTagClassName
{
color: #16C0C8;
}
</style>
background-color css
<style>
a { background-color: #16C0C8; }
a { background-color: rgb(22,192,200); }
div.DivClassName
{
background-color: #16C0C8;
}
.BgClassName
{
background-color: #16C0C8;
}
</style>
border-color css
<style>
span { border-color: #16C0C8; }
span { border-color: rgb(22,192,200); }
td.TdClassName
{
border-color: #16C0C8;
}
.TagClassName
{
border-color: #16C0C8;
}
</style>