Shades of Iris Blue #16B8CF
Tints of Iris Blue #16B8CF
RGB
CMYK
RGB Variations
Color information
#16B8CF (or 0x16B8CF) is known color: Iris Blue. HEX triplet: 16, B8 and CF. RGB value is (22,184,207). Sum of RGB (Red+Green+Blue) = 22+184+207=413 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.33% from 413); Green value is 184 (72.27% from 255 or 44.55% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #16B8CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16B8CF is #E94730. Grayscale: #898989. Windows color (decimal): -15288113 or 13613078. OLE color: 13613078.
HSL color Cylindrical-coordinate representation of color #16B8CF: hue angle of 187.46º 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 #16B8CF is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 184 | 207 | - |
| CMYK | 0.89 | 0.11 | 0 | 0.19 |
| HSL | 187.46º | 0.81% | 0.45% | - |
| HSV(B) | 187.46º | 0.89% | 0.81% | - |
| XYZ | 28.73 | 38.96 | 65.04 | - |
| YUV | 138.18 | 166.83 | 45.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 184 | 207 | 0.89 | 0.11 | 0 | 0.19 | 187.46 | 0.81 | 0.45 |
| Hex | 16 | B8 | CF | 59 | B | 0 | 13 | BB | 51 | 2D |
| Octal | 26 | 270 | 317 | 131 | 13 | 0 | 23 | 273 | 121 | 55 |
| Binary | 10110 | 10111000 | 11001111 | 1011001 | 1011 | 0 | 10011 | 10111011 | 1010001 | 101101 |
Color Harmonies of #16B8CF
Complementary color
Monochromatic Colors of #16B8CF
Black with #16B8CF
Text Example
Text Example
White with #16B8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B8CF; }
p { color: rgb(22,184,207); }
H1.HeaderClassName
{
color: #16B8CF;
}
.AnyTagClassName
{
color: #16B8CF;
}
</style>
background-color css
<style>
a { background-color: #16B8CF; }
a { background-color: rgb(22,184,207); }
div.DivClassName
{
background-color: #16B8CF;
}
.BgClassName
{
background-color: #16B8CF;
}
</style>
border-color css
<style>
span { border-color: #16B8CF; }
span { border-color: rgb(22,184,207); }
td.TdClassName
{
border-color: #16B8CF;
}
.TagClassName
{
border-color: #16B8CF;
}
</style>