Shades of Iris Blue #16A8CA
Tints of Iris Blue #16A8CA
RGB
CMYK
RGB Variations
Color information
#16A8CA (or 0x16A8CA) is known color: Iris Blue. HEX triplet: 16, A8 and CA. RGB value is (22,168,202). Sum of RGB (Red+Green+Blue) = 22+168+202=392 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.61% from 392); Green value is 168 (66.02% from 255 or 42.86% from 392); Blue value is 202 (79.30% from 255 or 51.53% from 392); Max value from RGB is 202 - color contains mainly: blue. Hex color #16A8CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16A8CA is #E95735. Grayscale: #7F7F7F. Windows color (decimal): -15292214 or 13281302. OLE color: 13281302.
HSL color Cylindrical-coordinate representation of color #16A8CA: hue angle of 191.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16A8CA is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 22 | 168 | 202 | - |
| CMYK | 0.89 | 0.17 | 0 | 0.21 |
| HSL | 191.33º | 0.8% | 0.44% | - |
| HSV(B) | 191.33º | 0.89% | 0.79% | - |
| XYZ | 24.99 | 32.44 | 60.82 | - |
| YUV | 128.22 | 169.63 | 52.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 168 | 202 | 0.89 | 0.17 | 0 | 0.21 | 191.33 | 0.8 | 0.44 |
| Hex | 16 | A8 | CA | 59 | 11 | 0 | 15 | BF | 50 | 2C |
| Octal | 26 | 250 | 312 | 131 | 21 | 0 | 25 | 277 | 120 | 54 |
| Binary | 10110 | 10101000 | 11001010 | 1011001 | 10001 | 0 | 10101 | 10111111 | 1010000 | 101100 |
Color Harmonies of #16A8CA
Complementary color
Monochromatic Colors of #16A8CA
Black with #16A8CA
Text Example
Text Example
White with #16A8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A8CA; }
p { color: rgb(22,168,202); }
H1.HeaderClassName
{
color: #16A8CA;
}
.AnyTagClassName
{
color: #16A8CA;
}
</style>
background-color css
<style>
a { background-color: #16A8CA; }
a { background-color: rgb(22,168,202); }
div.DivClassName
{
background-color: #16A8CA;
}
.BgClassName
{
background-color: #16A8CA;
}
</style>
border-color css
<style>
span { border-color: #16A8CA; }
span { border-color: rgb(22,168,202); }
td.TdClassName
{
border-color: #16A8CA;
}
.TagClassName
{
border-color: #16A8CA;
}
</style>