Shades of Iris Blue #16A8CF
Tints of Iris Blue #16A8CF
RGB
CMYK
RGB Variations
Color information
#16A8CF (or 0x16A8CF) is known color: Iris Blue. HEX triplet: 16, A8 and CF. RGB value is (22,168,207). Sum of RGB (Red+Green+Blue) = 22+168+207=397 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.54% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #16A8CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16A8CF is #E95730. Grayscale: #808080. Windows color (decimal): -15292209 or 13608982. OLE color: 13608982.
HSL color Cylindrical-coordinate representation of color #16A8CF: hue angle of 192.65º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16A8CF is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 168 | 207 | - |
| CMYK | 0.89 | 0.19 | 0 | 0.19 |
| HSL | 192.65º | 0.81% | 0.45% | - |
| HSV(B) | 192.65º | 0.89% | 0.81% | - |
| XYZ | 25.6 | 32.68 | 63.99 | - |
| YUV | 128.79 | 172.13 | 51.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 168 | 207 | 0.89 | 0.19 | 0 | 0.19 | 192.65 | 0.81 | 0.45 |
| Hex | 16 | A8 | CF | 59 | 13 | 0 | 13 | C1 | 51 | 2D |
| Octal | 26 | 250 | 317 | 131 | 23 | 0 | 23 | 301 | 121 | 55 |
| Binary | 10110 | 10101000 | 11001111 | 1011001 | 10011 | 0 | 10011 | 11000001 | 1010001 | 101101 |
Color Harmonies of #16A8CF
Complementary color
Monochromatic Colors of #16A8CF
Black with #16A8CF
Text Example
Text Example
White with #16A8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A8CF; }
p { color: rgb(22,168,207); }
H1.HeaderClassName
{
color: #16A8CF;
}
.AnyTagClassName
{
color: #16A8CF;
}
</style>
background-color css
<style>
a { background-color: #16A8CF; }
a { background-color: rgb(22,168,207); }
div.DivClassName
{
background-color: #16A8CF;
}
.BgClassName
{
background-color: #16A8CF;
}
</style>
border-color css
<style>
span { border-color: #16A8CF; }
span { border-color: rgb(22,168,207); }
td.TdClassName
{
border-color: #16A8CF;
}
.TagClassName
{
border-color: #16A8CF;
}
</style>