Shades of Iris Blue #16ABDD
Tints of Iris Blue #16ABDD
RGB
CMYK
RGB Variations
Color information
#16ABDD (or 0x16ABDD) is known color: Iris Blue. HEX triplet: 16, AB and DD. RGB value is (22,171,221). Sum of RGB (Red+Green+Blue) = 22+171+221=414 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.31% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #16ABDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16ABDD is #E95422. Grayscale: #838383. Windows color (decimal): -15291427 or 14527254. OLE color: 14527254.
HSL color Cylindrical-coordinate representation of color #16ABDD: hue angle of 195.08º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16ABDD is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 171 | 221 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.13 |
| HSL | 195.08º | 0.82% | 0.48% | - |
| HSV(B) | 195.08º | 0.9% | 0.87% | - |
| XYZ | 27.94 | 34.52 | 73.6 | - |
| YUV | 132.15 | 178.14 | 49.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 171 | 221 | 0.90 | 0.23 | 0 | 0.13 | 195.08 | 0.82 | 0.48 |
| Hex | 16 | AB | DD | 5A | 17 | 0 | D | C3 | 52 | 30 |
| Octal | 26 | 253 | 335 | 132 | 27 | 0 | 15 | 303 | 122 | 60 |
| Binary | 10110 | 10101011 | 11011101 | 1011010 | 10111 | 0 | 1101 | 11000011 | 1010010 | 110000 |
Color Harmonies of #16ABDD
Complementary color
Monochromatic Colors of #16ABDD
Black with #16ABDD
Text Example
Text Example
White with #16ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16ABDD; }
p { color: rgb(22,171,221); }
H1.HeaderClassName
{
color: #16ABDD;
}
.AnyTagClassName
{
color: #16ABDD;
}
</style>
background-color css
<style>
a { background-color: #16ABDD; }
a { background-color: rgb(22,171,221); }
div.DivClassName
{
background-color: #16ABDD;
}
.BgClassName
{
background-color: #16ABDD;
}
</style>
border-color css
<style>
span { border-color: #16ABDD; }
span { border-color: rgb(22,171,221); }
td.TdClassName
{
border-color: #16ABDD;
}
.TagClassName
{
border-color: #16ABDD;
}
</style>