Shades of Iris Blue #20C0CA
Tints of Iris Blue #20C0CA
RGB
CMYK
RGB Variations
Color information
#20C0CA (or 0x20C0CA) is known color: Iris Blue. HEX triplet: 20, C0 and CA. RGB value is (32,192,202). Sum of RGB (Red+Green+Blue) = 32+192+202=426 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.51% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #20C0CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C0CA is #DF3F35. Grayscale: #919191. Windows color (decimal): -14630710 or 13287456. OLE color: 13287456.
HSL color Cylindrical-coordinate representation of color #20C0CA: hue angle of 183.53º 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 #20C0CA is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 192 | 202 | - |
| CMYK | 0.84 | 0.05 | 0 | 0.21 |
| HSL | 183.53º | 0.73% | 0.46% | - |
| HSV(B) | 183.53º | 0.84% | 0.79% | - |
| XYZ | 30.11 | 42.27 | 62.45 | - |
| YUV | 145.3 | 159.99 | 47.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 192 | 202 | 0.84 | 0.05 | 0 | 0.21 | 183.53 | 0.73 | 0.46 |
| Hex | 20 | C0 | CA | 54 | 5 | 0 | 15 | B8 | 49 | 2E |
| Octal | 40 | 300 | 312 | 124 | 5 | 0 | 25 | 270 | 111 | 56 |
| Binary | 100000 | 11000000 | 11001010 | 1010100 | 101 | 0 | 10101 | 10111000 | 1001001 | 101110 |
Color Harmonies of #20C0CA
Complementary color
Monochromatic Colors of #20C0CA
Black with #20C0CA
Text Example
Text Example
White with #20C0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C0CA; }
p { color: rgb(32,192,202); }
H1.HeaderClassName
{
color: #20C0CA;
}
.AnyTagClassName
{
color: #20C0CA;
}
</style>
background-color css
<style>
a { background-color: #20C0CA; }
a { background-color: rgb(32,192,202); }
div.DivClassName
{
background-color: #20C0CA;
}
.BgClassName
{
background-color: #20C0CA;
}
</style>
border-color css
<style>
span { border-color: #20C0CA; }
span { border-color: rgb(32,192,202); }
td.TdClassName
{
border-color: #20C0CA;
}
.TagClassName
{
border-color: #20C0CA;
}
</style>