Shades of Iris Blue #16ABDE
Tints of Iris Blue #16ABDE
RGB
CMYK
RGB Variations
Color information
#16ABDE (or 0x16ABDE) is known color: Iris Blue. HEX triplet: 16, AB and DE. RGB value is (22,171,222). Sum of RGB (Red+Green+Blue) = 22+171+222=415 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.30% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 222 (87.11% from 255 or 53.49% from 415); Max value from RGB is 222 - color contains mainly: blue. Hex color #16ABDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16ABDE is #E95421. Grayscale: #838383. Windows color (decimal): -15291426 or 14592790. OLE color: 14592790.
HSL color Cylindrical-coordinate representation of color #16ABDE: hue angle of 195.3º 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 #16ABDE is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 171 | 222 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.13 |
| HSL | 195.3º | 0.82% | 0.48% | - |
| HSV(B) | 195.3º | 0.9% | 0.87% | - |
| XYZ | 28.08 | 34.57 | 74.3 | - |
| YUV | 132.26 | 178.64 | 49.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 171 | 222 | 0.90 | 0.23 | 0 | 0.13 | 195.3 | 0.82 | 0.48 |
| Hex | 16 | AB | DE | 5A | 17 | 0 | D | C3 | 52 | 30 |
| Octal | 26 | 253 | 336 | 132 | 27 | 0 | 15 | 303 | 122 | 60 |
| Binary | 10110 | 10101011 | 11011110 | 1011010 | 10111 | 0 | 1101 | 11000011 | 1010010 | 110000 |
Color Harmonies of #16ABDE
Complementary color
Monochromatic Colors of #16ABDE
Black with #16ABDE
Text Example
Text Example
White with #16ABDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16ABDE; }
p { color: rgb(22,171,222); }
H1.HeaderClassName
{
color: #16ABDE;
}
.AnyTagClassName
{
color: #16ABDE;
}
</style>
background-color css
<style>
a { background-color: #16ABDE; }
a { background-color: rgb(22,171,222); }
div.DivClassName
{
background-color: #16ABDE;
}
.BgClassName
{
background-color: #16ABDE;
}
</style>
border-color css
<style>
span { border-color: #16ABDE; }
span { border-color: rgb(22,171,222); }
td.TdClassName
{
border-color: #16ABDE;
}
.TagClassName
{
border-color: #16ABDE;
}
</style>