Shades of Iris Blue #16ABCB
Tints of Iris Blue #16ABCB
RGB
CMYK
RGB Variations
Color information
#16ABCB (or 0x16ABCB) is known color: Iris Blue. HEX triplet: 16, AB and CB. RGB value is (22,171,203). Sum of RGB (Red+Green+Blue) = 22+171+203=396 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.56% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #16ABCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16ABCB is #E95434. Grayscale: #818181. Windows color (decimal): -15291445 or 13347606. OLE color: 13347606.
HSL color Cylindrical-coordinate representation of color #16ABCB: hue angle of 190.61º 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 #16ABCB is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 171 | 203 | - |
| CMYK | 0.89 | 0.16 | 0 | 0.20 |
| HSL | 190.61º | 0.8% | 0.44% | - |
| HSV(B) | 190.61º | 0.89% | 0.8% | - |
| XYZ | 25.67 | 33.61 | 61.63 | - |
| YUV | 130.1 | 169.14 | 50.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 171 | 203 | 0.89 | 0.16 | 0 | 0.20 | 190.61 | 0.8 | 0.44 |
| Hex | 16 | AB | CB | 59 | 10 | 0 | 14 | BF | 50 | 2C |
| Octal | 26 | 253 | 313 | 131 | 20 | 0 | 24 | 277 | 120 | 54 |
| Binary | 10110 | 10101011 | 11001011 | 1011001 | 10000 | 0 | 10100 | 10111111 | 1010000 | 101100 |
Color Harmonies of #16ABCB
Complementary color
Monochromatic Colors of #16ABCB
Black with #16ABCB
Text Example
Text Example
White with #16ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16ABCB; }
p { color: rgb(22,171,203); }
H1.HeaderClassName
{
color: #16ABCB;
}
.AnyTagClassName
{
color: #16ABCB;
}
</style>
background-color css
<style>
a { background-color: #16ABCB; }
a { background-color: rgb(22,171,203); }
div.DivClassName
{
background-color: #16ABCB;
}
.BgClassName
{
background-color: #16ABCB;
}
</style>
border-color css
<style>
span { border-color: #16ABCB; }
span { border-color: rgb(22,171,203); }
td.TdClassName
{
border-color: #16ABCB;
}
.TagClassName
{
border-color: #16ABCB;
}
</style>