Shades of Iris Blue #16ADC8
Tints of Iris Blue #16ADC8
RGB
CMYK
RGB Variations
Color information
#16ADC8 (or 0x16ADC8) is known color: Iris Blue. HEX triplet: 16, AD and C8. RGB value is (22,173,200). Sum of RGB (Red+Green+Blue) = 22+173+200=395 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.57% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 200 (78.52% from 255 or 50.63% from 395); Max value from RGB is 200 - color contains mainly: blue. Hex color #16ADC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16ADC8 is #E95237. Grayscale: #828282. Windows color (decimal): -15290936 or 13151510. OLE color: 13151510.
HSL color Cylindrical-coordinate representation of color #16ADC8: hue angle of 189.1º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16ADC8 is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 22 | 173 | 200 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.22 |
| HSL | 189.1º | 0.8% | 0.44% | - |
| HSV(B) | 189.1º | 0.89% | 0.78% | - |
| XYZ | 25.7 | 34.23 | 59.9 | - |
| YUV | 130.93 | 166.97 | 50.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 173 | 200 | 0.89 | 0.14 | 0 | 0.22 | 189.1 | 0.8 | 0.44 |
| Hex | 16 | AD | C8 | 59 | E | 0 | 16 | BD | 50 | 2C |
| Octal | 26 | 255 | 310 | 131 | 16 | 0 | 26 | 275 | 120 | 54 |
| Binary | 10110 | 10101101 | 11001000 | 1011001 | 1110 | 0 | 10110 | 10111101 | 1010000 | 101100 |
Color Harmonies of #16ADC8
Complementary color
Monochromatic Colors of #16ADC8
Black with #16ADC8
Text Example
Text Example
White with #16ADC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16ADC8; }
p { color: rgb(22,173,200); }
H1.HeaderClassName
{
color: #16ADC8;
}
.AnyTagClassName
{
color: #16ADC8;
}
</style>
background-color css
<style>
a { background-color: #16ADC8; }
a { background-color: rgb(22,173,200); }
div.DivClassName
{
background-color: #16ADC8;
}
.BgClassName
{
background-color: #16ADC8;
}
</style>
border-color css
<style>
span { border-color: #16ADC8; }
span { border-color: rgb(22,173,200); }
td.TdClassName
{
border-color: #16ADC8;
}
.TagClassName
{
border-color: #16ADC8;
}
</style>