Shades of Iris Blue #20AFC6
Tints of Iris Blue #20AFC6
RGB
CMYK
RGB Variations
Color information
#20AFC6 (or 0x20AFC6) is known color: Iris Blue. HEX triplet: 20, AF and C6. RGB value is (32,175,198). Sum of RGB (Red+Green+Blue) = 32+175+198=405 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.90% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 198 (77.73% from 255 or 48.89% from 405); Max value from RGB is 198 - color contains mainly: blue. Hex color #20AFC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20AFC6 is #DF5039. Grayscale: #868686. Windows color (decimal): -14635066 or 13020960. OLE color: 13020960.
HSL color Cylindrical-coordinate representation of color #20AFC6: hue angle of 188.31º 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 #20AFC6 is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 175 | 198 | - |
| CMYK | 0.84 | 0.12 | 0 | 0.22 |
| HSL | 188.31º | 0.72% | 0.45% | - |
| HSV(B) | 188.31º | 0.84% | 0.78% | - |
| XYZ | 26.12 | 35.04 | 58.81 | - |
| YUV | 134.87 | 163.62 | 54.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 175 | 198 | 0.84 | 0.12 | 0 | 0.22 | 188.31 | 0.72 | 0.45 |
| Hex | 20 | AF | C6 | 54 | C | 0 | 16 | BC | 48 | 2D |
| Octal | 40 | 257 | 306 | 124 | 14 | 0 | 26 | 274 | 110 | 55 |
| Binary | 100000 | 10101111 | 11000110 | 1010100 | 1100 | 0 | 10110 | 10111100 | 1001000 | 101101 |
Color Harmonies of #20AFC6
Complementary color
Monochromatic Colors of #20AFC6
Black with #20AFC6
Text Example
Text Example
White with #20AFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AFC6; }
p { color: rgb(32,175,198); }
H1.HeaderClassName
{
color: #20AFC6;
}
.AnyTagClassName
{
color: #20AFC6;
}
</style>
background-color css
<style>
a { background-color: #20AFC6; }
a { background-color: rgb(32,175,198); }
div.DivClassName
{
background-color: #20AFC6;
}
.BgClassName
{
background-color: #20AFC6;
}
</style>
border-color css
<style>
span { border-color: #20AFC6; }
span { border-color: rgb(32,175,198); }
td.TdClassName
{
border-color: #20AFC6;
}
.TagClassName
{
border-color: #20AFC6;
}
</style>