Shades of Iris Blue #20C1CA
Tints of Iris Blue #20C1CA
RGB
CMYK
RGB Variations
Color information
#20C1CA (or 0x20C1CA) is known color: Iris Blue. HEX triplet: 20, C1 and CA. RGB value is (32,193,202). Sum of RGB (Red+Green+Blue) = 32+193+202=427 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.49% from 427); Green value is 193 (75.78% from 255 or 45.20% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #20C1CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C1CA is #DF3E35. Grayscale: #919191. Windows color (decimal): -14630454 or 13287712. OLE color: 13287712.
HSL color Cylindrical-coordinate representation of color #20C1CA: hue angle of 183.18º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C1CA is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 193 | 202 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.21 |
| HSL | 183.18º | 0.73% | 0.46% | - |
| HSV(B) | 183.18º | 0.84% | 0.79% | - |
| XYZ | 30.33 | 42.71 | 62.52 | - |
| YUV | 145.89 | 159.66 | 46.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 193 | 202 | 0.84 | 0.04 | 0 | 0.21 | 183.18 | 0.73 | 0.46 |
| Hex | 20 | C1 | CA | 54 | 4 | 0 | 15 | B7 | 49 | 2E |
| Octal | 40 | 301 | 312 | 124 | 4 | 0 | 25 | 267 | 111 | 56 |
| Binary | 100000 | 11000001 | 11001010 | 1010100 | 100 | 0 | 10101 | 10110111 | 1001001 | 101110 |
Color Harmonies of #20C1CA
Complementary color
Monochromatic Colors of #20C1CA
Black with #20C1CA
Text Example
Text Example
White with #20C1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C1CA; }
p { color: rgb(32,193,202); }
H1.HeaderClassName
{
color: #20C1CA;
}
.AnyTagClassName
{
color: #20C1CA;
}
</style>
background-color css
<style>
a { background-color: #20C1CA; }
a { background-color: rgb(32,193,202); }
div.DivClassName
{
background-color: #20C1CA;
}
.BgClassName
{
background-color: #20C1CA;
}
</style>
border-color css
<style>
span { border-color: #20C1CA; }
span { border-color: rgb(32,193,202); }
td.TdClassName
{
border-color: #20C1CA;
}
.TagClassName
{
border-color: #20C1CA;
}
</style>