Shades of Iris Blue #16ADDC
Tints of Iris Blue #16ADDC
RGB
CMYK
RGB Variations
Color information
#16ADDC (or 0x16ADDC) is known color: Iris Blue. HEX triplet: 16, AD and DC. RGB value is (22,173,220). Sum of RGB (Red+Green+Blue) = 22+173+220=415 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.30% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #16ADDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16ADDC is #E95223. Grayscale: #848484. Windows color (decimal): -15290916 or 14462230. OLE color: 14462230.
HSL color Cylindrical-coordinate representation of color #16ADDC: hue angle of 194.24º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16ADDC is Cyan = 0.9, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 173 | 220 | - |
| CMYK | 0.9 | 0.21 | 0 | 0.14 |
| HSL | 194.24º | 0.82% | 0.47% | - |
| HSV(B) | 194.24º | 0.9% | 0.86% | - |
| XYZ | 28.19 | 35.23 | 73.02 | - |
| YUV | 133.21 | 176.97 | 48.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 173 | 220 | 0.9 | 0.21 | 0 | 0.14 | 194.24 | 0.82 | 0.47 |
| Hex | 16 | AD | DC | 5A | 15 | 0 | E | C2 | 52 | 2F |
| Octal | 26 | 255 | 334 | 132 | 25 | 0 | 16 | 302 | 122 | 57 |
| Binary | 10110 | 10101101 | 11011100 | 1011010 | 10101 | 0 | 1110 | 11000010 | 1010010 | 101111 |
Color Harmonies of #16ADDC
Complementary color
Monochromatic Colors of #16ADDC
Black with #16ADDC
Text Example
Text Example
White with #16ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16ADDC; }
p { color: rgb(22,173,220); }
H1.HeaderClassName
{
color: #16ADDC;
}
.AnyTagClassName
{
color: #16ADDC;
}
</style>
background-color css
<style>
a { background-color: #16ADDC; }
a { background-color: rgb(22,173,220); }
div.DivClassName
{
background-color: #16ADDC;
}
.BgClassName
{
background-color: #16ADDC;
}
</style>
border-color css
<style>
span { border-color: #16ADDC; }
span { border-color: rgb(22,173,220); }
td.TdClassName
{
border-color: #16ADDC;
}
.TagClassName
{
border-color: #16ADDC;
}
</style>