Shades of Iris Blue #20AFC7
Tints of Iris Blue #20AFC7
RGB
CMYK
RGB Variations
Color information
#20AFC7 (or 0x20AFC7) is known color: Iris Blue. HEX triplet: 20, AF and C7. RGB value is (32,175,199). Sum of RGB (Red+Green+Blue) = 32+175+199=406 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.88% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 199 (78.12% from 255 or 49.01% from 406); Max value from RGB is 199 - color contains mainly: blue. Hex color #20AFC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20AFC7 is #DF5038. Grayscale: #868686. Windows color (decimal): -14635065 or 13086496. OLE color: 13086496.
HSL color Cylindrical-coordinate representation of color #20AFC7: hue angle of 188.62º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20AFC7 is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 175 | 199 | - |
| CMYK | 0.84 | 0.12 | 0 | 0.22 |
| HSL | 188.62º | 0.72% | 0.45% | - |
| HSV(B) | 188.62º | 0.84% | 0.78% | - |
| XYZ | 26.23 | 35.09 | 59.42 | - |
| YUV | 134.98 | 164.12 | 54.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 175 | 199 | 0.84 | 0.12 | 0 | 0.22 | 188.62 | 0.72 | 0.45 |
| Hex | 20 | AF | C7 | 54 | C | 0 | 16 | BD | 48 | 2D |
| Octal | 40 | 257 | 307 | 124 | 14 | 0 | 26 | 275 | 110 | 55 |
| Binary | 100000 | 10101111 | 11000111 | 1010100 | 1100 | 0 | 10110 | 10111101 | 1001000 | 101101 |
Color Harmonies of #20AFC7
Complementary color
Monochromatic Colors of #20AFC7
Black with #20AFC7
Text Example
Text Example
White with #20AFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AFC7; }
p { color: rgb(32,175,199); }
H1.HeaderClassName
{
color: #20AFC7;
}
.AnyTagClassName
{
color: #20AFC7;
}
</style>
background-color css
<style>
a { background-color: #20AFC7; }
a { background-color: rgb(32,175,199); }
div.DivClassName
{
background-color: #20AFC7;
}
.BgClassName
{
background-color: #20AFC7;
}
</style>
border-color css
<style>
span { border-color: #20AFC7; }
span { border-color: rgb(32,175,199); }
td.TdClassName
{
border-color: #20AFC7;
}
.TagClassName
{
border-color: #20AFC7;
}
</style>