Shades of Iris Blue #16AFC7
Tints of Iris Blue #16AFC7
RGB
CMYK
RGB Variations
Color information
#16AFC7 (or 0x16AFC7) is known color: Iris Blue. HEX triplet: 16, AF and C7. RGB value is (22,175,199). Sum of RGB (Red+Green+Blue) = 22+175+199=396 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.56% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 199 (78.12% from 255 or 50.25% from 396); Max value from RGB is 199 - color contains mainly: blue. Hex color #16AFC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16AFC7 is #E95038. Grayscale: #838383. Windows color (decimal): -15290425 or 13086486. OLE color: 13086486.
HSL color Cylindrical-coordinate representation of color #16AFC7: hue angle of 188.14º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16AFC7 is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 22 | 175 | 199 | - |
| CMYK | 0.89 | 0.12 | 0 | 0.22 |
| HSL | 188.14º | 0.8% | 0.43% | - |
| HSV(B) | 188.14º | 0.89% | 0.78% | - |
| XYZ | 25.97 | 34.95 | 59.41 | - |
| YUV | 131.99 | 165.81 | 49.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 175 | 199 | 0.89 | 0.12 | 0 | 0.22 | 188.14 | 0.8 | 0.43 |
| Hex | 16 | AF | C7 | 59 | C | 0 | 16 | BC | 50 | 2B |
| Octal | 26 | 257 | 307 | 131 | 14 | 0 | 26 | 274 | 120 | 53 |
| Binary | 10110 | 10101111 | 11000111 | 1011001 | 1100 | 0 | 10110 | 10111100 | 1010000 | 101011 |
Color Harmonies of #16AFC7
Complementary color
Monochromatic Colors of #16AFC7
Black with #16AFC7
Text Example
Text Example
White with #16AFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AFC7; }
p { color: rgb(22,175,199); }
H1.HeaderClassName
{
color: #16AFC7;
}
.AnyTagClassName
{
color: #16AFC7;
}
</style>
background-color css
<style>
a { background-color: #16AFC7; }
a { background-color: rgb(22,175,199); }
div.DivClassName
{
background-color: #16AFC7;
}
.BgClassName
{
background-color: #16AFC7;
}
</style>
border-color css
<style>
span { border-color: #16AFC7; }
span { border-color: rgb(22,175,199); }
td.TdClassName
{
border-color: #16AFC7;
}
.TagClassName
{
border-color: #16AFC7;
}
</style>