Shades of Iris Blue #16A9DA
Tints of Iris Blue #16A9DA
RGB
CMYK
RGB Variations
Color information
#16A9DA (or 0x16A9DA) is known color: Iris Blue. HEX triplet: 16, A9 and DA. RGB value is (22,169,218). Sum of RGB (Red+Green+Blue) = 22+169+218=409 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.38% from 409); Green value is 169 (66.41% from 255 or 41.32% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #16A9DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16A9DA is #E95625. Grayscale: #828282. Windows color (decimal): -15291942 or 14330134. OLE color: 14330134.
HSL color Cylindrical-coordinate representation of color #16A9DA: hue angle of 195º 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 #16A9DA is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 169 | 218 | - |
| CMYK | 0.90 | 0.22 | 0 | 0.15 |
| HSL | 195º | 0.82% | 0.47% | - |
| HSV(B) | 195º | 0.9% | 0.85% | - |
| XYZ | 27.17 | 33.61 | 71.38 | - |
| YUV | 130.63 | 177.3 | 50.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 169 | 218 | 0.90 | 0.22 | 0 | 0.15 | 195 | 0.82 | 0.47 |
| Hex | 16 | A9 | DA | 5A | 16 | 0 | F | C3 | 52 | 2F |
| Octal | 26 | 251 | 332 | 132 | 26 | 0 | 17 | 303 | 122 | 57 |
| Binary | 10110 | 10101001 | 11011010 | 1011010 | 10110 | 0 | 1111 | 11000011 | 1010010 | 101111 |
Color Harmonies of #16A9DA
Complementary color
Monochromatic Colors of #16A9DA
Black with #16A9DA
Text Example
Text Example
White with #16A9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A9DA; }
p { color: rgb(22,169,218); }
H1.HeaderClassName
{
color: #16A9DA;
}
.AnyTagClassName
{
color: #16A9DA;
}
</style>
background-color css
<style>
a { background-color: #16A9DA; }
a { background-color: rgb(22,169,218); }
div.DivClassName
{
background-color: #16A9DA;
}
.BgClassName
{
background-color: #16A9DA;
}
</style>
border-color css
<style>
span { border-color: #16A9DA; }
span { border-color: rgb(22,169,218); }
td.TdClassName
{
border-color: #16A9DA;
}
.TagClassName
{
border-color: #16A9DA;
}
</style>