Shades of Iris Blue #16ADDA
Tints of Iris Blue #16ADDA
RGB
CMYK
RGB Variations
Color information
#16ADDA (or 0x16ADDA) is known color: Iris Blue. HEX triplet: 16, AD and DA. RGB value is (22,173,218). Sum of RGB (Red+Green+Blue) = 22+173+218=413 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.33% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #16ADDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16ADDA is #E95225. Grayscale: #848484. Windows color (decimal): -15290918 or 14331158. OLE color: 14331158.
HSL color Cylindrical-coordinate representation of color #16ADDA: hue angle of 193.78º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16ADDA is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 173 | 218 | - |
| CMYK | 0.90 | 0.21 | 0 | 0.15 |
| HSL | 193.78º | 0.82% | 0.47% | - |
| HSV(B) | 193.78º | 0.9% | 0.85% | - |
| XYZ | 27.93 | 35.12 | 71.64 | - |
| YUV | 132.98 | 175.97 | 48.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 173 | 218 | 0.90 | 0.21 | 0 | 0.15 | 193.78 | 0.82 | 0.47 |
| Hex | 16 | AD | DA | 5A | 15 | 0 | F | C2 | 52 | 2F |
| Octal | 26 | 255 | 332 | 132 | 25 | 0 | 17 | 302 | 122 | 57 |
| Binary | 10110 | 10101101 | 11011010 | 1011010 | 10101 | 0 | 1111 | 11000010 | 1010010 | 101111 |
Color Harmonies of #16ADDA
Complementary color
Monochromatic Colors of #16ADDA
Black with #16ADDA
Text Example
Text Example
White with #16ADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16ADDA; }
p { color: rgb(22,173,218); }
H1.HeaderClassName
{
color: #16ADDA;
}
.AnyTagClassName
{
color: #16ADDA;
}
</style>
background-color css
<style>
a { background-color: #16ADDA; }
a { background-color: rgb(22,173,218); }
div.DivClassName
{
background-color: #16ADDA;
}
.BgClassName
{
background-color: #16ADDA;
}
</style>
border-color css
<style>
span { border-color: #16ADDA; }
span { border-color: rgb(22,173,218); }
td.TdClassName
{
border-color: #16ADDA;
}
.TagClassName
{
border-color: #16ADDA;
}
</style>