Shades of Iris Blue #20C2C6
Tints of Iris Blue #20C2C6
RGB
CMYK
RGB Variations
Color information
#20C2C6 (or 0x20C2C6) is known color: Iris Blue. HEX triplet: 20, C2 and C6. RGB value is (32,194,198). Sum of RGB (Red+Green+Blue) = 32+194+198=424 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.55% from 424); Green value is 194 (76.17% from 255 or 45.75% from 424); Blue value is 198 (77.73% from 255 or 46.70% from 424); Max value from RGB is 198 - color contains mainly: blue. Hex color #20C2C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C2C6 is #DF3D39. Grayscale: #919191. Windows color (decimal): -14630202 or 13025824. OLE color: 13025824.
HSL color Cylindrical-coordinate representation of color #20C2C6: hue angle of 181.45º 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 #20C2C6 is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 194 | 198 | - |
| CMYK | 0.84 | 0.02 | 0 | 0.22 |
| HSL | 181.45º | 0.72% | 0.45% | - |
| HSV(B) | 181.45º | 0.84% | 0.78% | - |
| XYZ | 30.08 | 42.97 | 60.13 | - |
| YUV | 146.02 | 157.33 | 46.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 194 | 198 | 0.84 | 0.02 | 0 | 0.22 | 181.45 | 0.72 | 0.45 |
| Hex | 20 | C2 | C6 | 54 | 2 | 0 | 16 | B5 | 48 | 2D |
| Octal | 40 | 302 | 306 | 124 | 2 | 0 | 26 | 265 | 110 | 55 |
| Binary | 100000 | 11000010 | 11000110 | 1010100 | 10 | 0 | 10110 | 10110101 | 1001000 | 101101 |
Color Harmonies of #20C2C6
Complementary color
Monochromatic Colors of #20C2C6
Black with #20C2C6
Text Example
Text Example
White with #20C2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C2C6; }
p { color: rgb(32,194,198); }
H1.HeaderClassName
{
color: #20C2C6;
}
.AnyTagClassName
{
color: #20C2C6;
}
</style>
background-color css
<style>
a { background-color: #20C2C6; }
a { background-color: rgb(32,194,198); }
div.DivClassName
{
background-color: #20C2C6;
}
.BgClassName
{
background-color: #20C2C6;
}
</style>
border-color css
<style>
span { border-color: #20C2C6; }
span { border-color: rgb(32,194,198); }
td.TdClassName
{
border-color: #20C2C6;
}
.TagClassName
{
border-color: #20C2C6;
}
</style>