Shades of Iris Blue #16A8BF
Tints of Iris Blue #16A8BF
RGB
CMYK
RGB Variations
Color information
#16A8BF (or 0x16A8BF) is known color: Iris Blue. HEX triplet: 16, A8 and BF. RGB value is (22,168,191). Sum of RGB (Red+Green+Blue) = 22+168+191=381 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.77% from 381); Green value is 168 (66.02% from 255 or 44.09% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #16A8BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16A8BF is #E95740. Grayscale: #7E7E7E. Windows color (decimal): -15292225 or 12560406. OLE color: 12560406.
HSL color Cylindrical-coordinate representation of color #16A8BF: hue angle of 188.17º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16A8BF is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 168 | 191 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.25 |
| HSL | 188.17º | 0.79% | 0.42% | - |
| HSV(B) | 188.17º | 0.88% | 0.75% | - |
| XYZ | 23.74 | 31.94 | 54.2 | - |
| YUV | 126.97 | 164.13 | 53.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 168 | 191 | 0.88 | 0.12 | 0 | 0.25 | 188.17 | 0.79 | 0.42 |
| Hex | 16 | A8 | BF | 58 | C | 0 | 19 | BC | 4F | 2A |
| Octal | 26 | 250 | 277 | 130 | 14 | 0 | 31 | 274 | 117 | 52 |
| Binary | 10110 | 10101000 | 10111111 | 1011000 | 1100 | 0 | 11001 | 10111100 | 1001111 | 101010 |
Color Harmonies of #16A8BF
Complementary color
Monochromatic Colors of #16A8BF
Black with #16A8BF
Text Example
Text Example
White with #16A8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A8BF; }
p { color: rgb(22,168,191); }
H1.HeaderClassName
{
color: #16A8BF;
}
.AnyTagClassName
{
color: #16A8BF;
}
</style>
background-color css
<style>
a { background-color: #16A8BF; }
a { background-color: rgb(22,168,191); }
div.DivClassName
{
background-color: #16A8BF;
}
.BgClassName
{
background-color: #16A8BF;
}
</style>
border-color css
<style>
span { border-color: #16A8BF; }
span { border-color: rgb(22,168,191); }
td.TdClassName
{
border-color: #16A8BF;
}
.TagClassName
{
border-color: #16A8BF;
}
</style>