Shades of Iris Blue #16BFCF
Tints of Iris Blue #16BFCF
RGB
CMYK
RGB Variations
Color information
#16BFCF (or 0x16BFCF) is known color: Iris Blue. HEX triplet: 16, BF and CF. RGB value is (22,191,207). Sum of RGB (Red+Green+Blue) = 22+191+207=420 (55% of max value = 765). Red value is 22 (8.98% from 255 or 5.24% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #16BFCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16BFCF is #E94030. Grayscale: #8E8E8E. Windows color (decimal): -15286321 or 13614870. OLE color: 13614870.
HSL color Cylindrical-coordinate representation of color #16BFCF: hue angle of 185.19º 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 #16BFCF is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 191 | 207 | - |
| CMYK | 0.89 | 0.08 | 0 | 0.19 |
| HSL | 185.19º | 0.81% | 0.45% | - |
| HSV(B) | 185.19º | 0.89% | 0.81% | - |
| XYZ | 30.22 | 41.94 | 65.53 | - |
| YUV | 142.29 | 164.51 | 42.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 191 | 207 | 0.89 | 0.08 | 0 | 0.19 | 185.19 | 0.81 | 0.45 |
| Hex | 16 | BF | CF | 59 | 8 | 0 | 13 | B9 | 51 | 2D |
| Octal | 26 | 277 | 317 | 131 | 10 | 0 | 23 | 271 | 121 | 55 |
| Binary | 10110 | 10111111 | 11001111 | 1011001 | 1000 | 0 | 10011 | 10111001 | 1010001 | 101101 |
Color Harmonies of #16BFCF
Complementary color
Monochromatic Colors of #16BFCF
Black with #16BFCF
Text Example
Text Example
White with #16BFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BFCF; }
p { color: rgb(22,191,207); }
H1.HeaderClassName
{
color: #16BFCF;
}
.AnyTagClassName
{
color: #16BFCF;
}
</style>
background-color css
<style>
a { background-color: #16BFCF; }
a { background-color: rgb(22,191,207); }
div.DivClassName
{
background-color: #16BFCF;
}
.BgClassName
{
background-color: #16BFCF;
}
</style>
border-color css
<style>
span { border-color: #16BFCF; }
span { border-color: rgb(22,191,207); }
td.TdClassName
{
border-color: #16BFCF;
}
.TagClassName
{
border-color: #16BFCF;
}
</style>