Shades of Iris Blue #20C2D1
Tints of Iris Blue #20C2D1
RGB
CMYK
RGB Variations
Color information
#20C2D1 (or 0x20C2D1) is known color: Iris Blue. HEX triplet: 20, C2 and D1. RGB value is (32,194,209). Sum of RGB (Red+Green+Blue) = 32+194+209=435 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.36% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 209 (82.03% from 255 or 48.05% from 435); Max value from RGB is 209 - color contains mainly: blue. Hex color #20C2D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C2D1 is #DF3D2E. Grayscale: #939393. Windows color (decimal): -14630191 or 13746720. OLE color: 13746720.
HSL color Cylindrical-coordinate representation of color #20C2D1: hue angle of 185.08º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20C2D1 is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 194 | 209 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.18 |
| HSL | 185.08º | 0.73% | 0.47% | - |
| HSV(B) | 185.08º | 0.85% | 0.82% | - |
| XYZ | 31.4 | 43.49 | 67.06 | - |
| YUV | 147.27 | 162.83 | 45.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 194 | 209 | 0.85 | 0.07 | 0 | 0.18 | 185.08 | 0.73 | 0.47 |
| Hex | 20 | C2 | D1 | 55 | 7 | 0 | 12 | B9 | 49 | 2F |
| Octal | 40 | 302 | 321 | 125 | 7 | 0 | 22 | 271 | 111 | 57 |
| Binary | 100000 | 11000010 | 11010001 | 1010101 | 111 | 0 | 10010 | 10111001 | 1001001 | 101111 |
Color Harmonies of #20C2D1
Complementary color
Monochromatic Colors of #20C2D1
Black with #20C2D1
Text Example
Text Example
White with #20C2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C2D1; }
p { color: rgb(32,194,209); }
H1.HeaderClassName
{
color: #20C2D1;
}
.AnyTagClassName
{
color: #20C2D1;
}
</style>
background-color css
<style>
a { background-color: #20C2D1; }
a { background-color: rgb(32,194,209); }
div.DivClassName
{
background-color: #20C2D1;
}
.BgClassName
{
background-color: #20C2D1;
}
</style>
border-color css
<style>
span { border-color: #20C2D1; }
span { border-color: rgb(32,194,209); }
td.TdClassName
{
border-color: #20C2D1;
}
.TagClassName
{
border-color: #20C2D1;
}
</style>