Shades of Iris Blue #16A8DD
Tints of Iris Blue #16A8DD
RGB
CMYK
RGB Variations
Color information
#16A8DD (or 0x16A8DD) is known color: Iris Blue. HEX triplet: 16, A8 and DD. RGB value is (22,168,221). Sum of RGB (Red+Green+Blue) = 22+168+221=411 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.35% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #16A8DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16A8DD is #E95722. Grayscale: #828282. Windows color (decimal): -15292195 or 14526486. OLE color: 14526486.
HSL color Cylindrical-coordinate representation of color #16A8DD: hue angle of 195.98º 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 #16A8DD is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 168 | 221 | - |
| CMYK | 0.90 | 0.24 | 0 | 0.13 |
| HSL | 195.98º | 0.82% | 0.48% | - |
| HSV(B) | 195.98º | 0.9% | 0.87% | - |
| XYZ | 27.38 | 33.4 | 73.41 | - |
| YUV | 130.39 | 179.13 | 50.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 168 | 221 | 0.90 | 0.24 | 0 | 0.13 | 195.98 | 0.82 | 0.48 |
| Hex | 16 | A8 | DD | 5A | 18 | 0 | D | C4 | 52 | 30 |
| Octal | 26 | 250 | 335 | 132 | 30 | 0 | 15 | 304 | 122 | 60 |
| Binary | 10110 | 10101000 | 11011101 | 1011010 | 11000 | 0 | 1101 | 11000100 | 1010010 | 110000 |
Color Harmonies of #16A8DD
Complementary color
Monochromatic Colors of #16A8DD
Black with #16A8DD
Text Example
Text Example
White with #16A8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A8DD; }
p { color: rgb(22,168,221); }
H1.HeaderClassName
{
color: #16A8DD;
}
.AnyTagClassName
{
color: #16A8DD;
}
</style>
background-color css
<style>
a { background-color: #16A8DD; }
a { background-color: rgb(22,168,221); }
div.DivClassName
{
background-color: #16A8DD;
}
.BgClassName
{
background-color: #16A8DD;
}
</style>
border-color css
<style>
span { border-color: #16A8DD; }
span { border-color: rgb(22,168,221); }
td.TdClassName
{
border-color: #16A8DD;
}
.TagClassName
{
border-color: #16A8DD;
}
</style>