Shades of Iris Blue #20AFC5
Tints of Iris Blue #20AFC5
RGB
CMYK
RGB Variations
Color information
#20AFC5 (or 0x20AFC5) is known color: Iris Blue. HEX triplet: 20, AF and C5. RGB value is (32,175,197). Sum of RGB (Red+Green+Blue) = 32+175+197=404 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.92% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 197 (77.34% from 255 or 48.76% from 404); Max value from RGB is 197 - color contains mainly: blue. Hex color #20AFC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20AFC5 is #DF503A. Grayscale: #868686. Windows color (decimal): -14635067 or 12955424. OLE color: 12955424.
HSL color Cylindrical-coordinate representation of color #20AFC5: hue angle of 188º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20AFC5 is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 175 | 197 | - |
| CMYK | 0.84 | 0.11 | 0 | 0.23 |
| HSL | 188º | 0.72% | 0.45% | - |
| HSV(B) | 188º | 0.84% | 0.77% | - |
| XYZ | 26 | 35 | 58.21 | - |
| YUV | 134.75 | 163.12 | 54.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 175 | 197 | 0.84 | 0.11 | 0 | 0.23 | 188 | 0.72 | 0.45 |
| Hex | 20 | AF | C5 | 54 | B | 0 | 17 | BC | 48 | 2D |
| Octal | 40 | 257 | 305 | 124 | 13 | 0 | 27 | 274 | 110 | 55 |
| Binary | 100000 | 10101111 | 11000101 | 1010100 | 1011 | 0 | 10111 | 10111100 | 1001000 | 101101 |
Color Harmonies of #20AFC5
Complementary color
Monochromatic Colors of #20AFC5
Black with #20AFC5
Text Example
Text Example
White with #20AFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AFC5; }
p { color: rgb(32,175,197); }
H1.HeaderClassName
{
color: #20AFC5;
}
.AnyTagClassName
{
color: #20AFC5;
}
</style>
background-color css
<style>
a { background-color: #20AFC5; }
a { background-color: rgb(32,175,197); }
div.DivClassName
{
background-color: #20AFC5;
}
.BgClassName
{
background-color: #20AFC5;
}
</style>
border-color css
<style>
span { border-color: #20AFC5; }
span { border-color: rgb(32,175,197); }
td.TdClassName
{
border-color: #20AFC5;
}
.TagClassName
{
border-color: #20AFC5;
}
</style>