Shades of Iris Blue #16ADE0
Tints of Iris Blue #16ADE0
RGB
CMYK
RGB Variations
Color information
#16ADE0 (or 0x16ADE0) is known color: Iris Blue. HEX triplet: 16, AD and E0. RGB value is (22,173,224). Sum of RGB (Red+Green+Blue) = 22+173+224=419 (55% of max value = 765). Red value is 22 (8.98% from 255 or 5.25% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 224 (87.89% from 255 or 53.46% from 419); Max value from RGB is 224 - color contains mainly: blue. Hex color #16ADE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16ADE0 is #E9521F. Grayscale: #858585. Windows color (decimal): -15290912 or 14724374. OLE color: 14724374.
HSL color Cylindrical-coordinate representation of color #16ADE0: hue angle of 195.15º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16ADE0 is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 22 | 173 | 224 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.12 |
| HSL | 195.15º | 0.82% | 0.48% | - |
| HSV(B) | 195.15º | 0.9% | 0.88% | - |
| XYZ | 28.73 | 35.44 | 75.85 | - |
| YUV | 133.67 | 178.97 | 48.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 173 | 224 | 0.90 | 0.23 | 0 | 0.12 | 195.15 | 0.82 | 0.48 |
| Hex | 16 | AD | E0 | 5A | 17 | 0 | C | C3 | 52 | 30 |
| Octal | 26 | 255 | 340 | 132 | 27 | 0 | 14 | 303 | 122 | 60 |
| Binary | 10110 | 10101101 | 11100000 | 1011010 | 10111 | 0 | 1100 | 11000011 | 1010010 | 110000 |
Color Harmonies of #16ADE0
Complementary color
Monochromatic Colors of #16ADE0
Black with #16ADE0
Text Example
Text Example
White with #16ADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16ADE0; }
p { color: rgb(22,173,224); }
H1.HeaderClassName
{
color: #16ADE0;
}
.AnyTagClassName
{
color: #16ADE0;
}
</style>
background-color css
<style>
a { background-color: #16ADE0; }
a { background-color: rgb(22,173,224); }
div.DivClassName
{
background-color: #16ADE0;
}
.BgClassName
{
background-color: #16ADE0;
}
</style>
border-color css
<style>
span { border-color: #16ADE0; }
span { border-color: rgb(22,173,224); }
td.TdClassName
{
border-color: #16ADE0;
}
.TagClassName
{
border-color: #16ADE0;
}
</style>