Shades of Iris Blue #16A8CB
Tints of Iris Blue #16A8CB
RGB
CMYK
RGB Variations
Color information
#16A8CB (or 0x16A8CB) is known color: Iris Blue. HEX triplet: 16, A8 and CB. RGB value is (22,168,203). Sum of RGB (Red+Green+Blue) = 22+168+203=393 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.60% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #16A8CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16A8CB is #E95734. Grayscale: #808080. Windows color (decimal): -15292213 or 13346838. OLE color: 13346838.
HSL color Cylindrical-coordinate representation of color #16A8CB: hue angle of 191.6º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16A8CB is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 168 | 203 | - |
| CMYK | 0.89 | 0.17 | 0 | 0.20 |
| HSL | 191.6º | 0.8% | 0.44% | - |
| HSV(B) | 191.6º | 0.89% | 0.8% | - |
| XYZ | 25.11 | 32.49 | 61.45 | - |
| YUV | 128.34 | 170.13 | 52.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 168 | 203 | 0.89 | 0.17 | 0 | 0.20 | 191.6 | 0.8 | 0.44 |
| Hex | 16 | A8 | CB | 59 | 11 | 0 | 14 | C0 | 50 | 2C |
| Octal | 26 | 250 | 313 | 131 | 21 | 0 | 24 | 300 | 120 | 54 |
| Binary | 10110 | 10101000 | 11001011 | 1011001 | 10001 | 0 | 10100 | 11000000 | 1010000 | 101100 |
Color Harmonies of #16A8CB
Complementary color
Monochromatic Colors of #16A8CB
Black with #16A8CB
Text Example
Text Example
White with #16A8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A8CB; }
p { color: rgb(22,168,203); }
H1.HeaderClassName
{
color: #16A8CB;
}
.AnyTagClassName
{
color: #16A8CB;
}
</style>
background-color css
<style>
a { background-color: #16A8CB; }
a { background-color: rgb(22,168,203); }
div.DivClassName
{
background-color: #16A8CB;
}
.BgClassName
{
background-color: #16A8CB;
}
</style>
border-color css
<style>
span { border-color: #16A8CB; }
span { border-color: rgb(22,168,203); }
td.TdClassName
{
border-color: #16A8CB;
}
.TagClassName
{
border-color: #16A8CB;
}
</style>