Shades of Iris Blue #20C0CD
Tints of Iris Blue #20C0CD
RGB
CMYK
RGB Variations
Color information
#20C0CD (or 0x20C0CD) is known color: Iris Blue. HEX triplet: 20, C0 and CD. RGB value is (32,192,205). Sum of RGB (Red+Green+Blue) = 32+192+205=429 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.46% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #20C0CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C0CD is #DF3F32. Grayscale: #919191. Windows color (decimal): -14630707 or 13484064. OLE color: 13484064.
HSL color Cylindrical-coordinate representation of color #20C0CD: hue angle of 184.51º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C0CD is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 192 | 205 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.20 |
| HSL | 184.51º | 0.73% | 0.46% | - |
| HSV(B) | 184.51º | 0.84% | 0.8% | - |
| XYZ | 30.46 | 42.41 | 64.34 | - |
| YUV | 145.64 | 161.49 | 46.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 192 | 205 | 0.84 | 0.06 | 0 | 0.20 | 184.51 | 0.73 | 0.46 |
| Hex | 20 | C0 | CD | 54 | 6 | 0 | 14 | B9 | 49 | 2E |
| Octal | 40 | 300 | 315 | 124 | 6 | 0 | 24 | 271 | 111 | 56 |
| Binary | 100000 | 11000000 | 11001101 | 1010100 | 110 | 0 | 10100 | 10111001 | 1001001 | 101110 |
Color Harmonies of #20C0CD
Complementary color
Monochromatic Colors of #20C0CD
Black with #20C0CD
Text Example
Text Example
White with #20C0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C0CD; }
p { color: rgb(32,192,205); }
H1.HeaderClassName
{
color: #20C0CD;
}
.AnyTagClassName
{
color: #20C0CD;
}
</style>
background-color css
<style>
a { background-color: #20C0CD; }
a { background-color: rgb(32,192,205); }
div.DivClassName
{
background-color: #20C0CD;
}
.BgClassName
{
background-color: #20C0CD;
}
</style>
border-color css
<style>
span { border-color: #20C0CD; }
span { border-color: rgb(32,192,205); }
td.TdClassName
{
border-color: #20C0CD;
}
.TagClassName
{
border-color: #20C0CD;
}
</style>