Shades of Iris Blue #20C0CE
Tints of Iris Blue #20C0CE
RGB
CMYK
RGB Variations
Color information
#20C0CE (or 0x20C0CE) is known color: Iris Blue. HEX triplet: 20, C0 and CE. RGB value is (32,192,206). Sum of RGB (Red+Green+Blue) = 32+192+206=430 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.44% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #20C0CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C0CE is #DF3F31. Grayscale: #919191. Windows color (decimal): -14630706 or 13549600. OLE color: 13549600.
HSL color Cylindrical-coordinate representation of color #20C0CE: hue angle of 184.83º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C0CE is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 192 | 206 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.19 |
| HSL | 184.83º | 0.73% | 0.47% | - |
| HSV(B) | 184.83º | 0.84% | 0.81% | - |
| XYZ | 30.59 | 42.46 | 64.98 | - |
| YUV | 145.76 | 161.99 | 46.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 192 | 206 | 0.84 | 0.07 | 0 | 0.19 | 184.83 | 0.73 | 0.47 |
| Hex | 20 | C0 | CE | 54 | 7 | 0 | 13 | B9 | 49 | 2F |
| Octal | 40 | 300 | 316 | 124 | 7 | 0 | 23 | 271 | 111 | 57 |
| Binary | 100000 | 11000000 | 11001110 | 1010100 | 111 | 0 | 10011 | 10111001 | 1001001 | 101111 |
Color Harmonies of #20C0CE
Complementary color
Monochromatic Colors of #20C0CE
Black with #20C0CE
Text Example
Text Example
White with #20C0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C0CE; }
p { color: rgb(32,192,206); }
H1.HeaderClassName
{
color: #20C0CE;
}
.AnyTagClassName
{
color: #20C0CE;
}
</style>
background-color css
<style>
a { background-color: #20C0CE; }
a { background-color: rgb(32,192,206); }
div.DivClassName
{
background-color: #20C0CE;
}
.BgClassName
{
background-color: #20C0CE;
}
</style>
border-color css
<style>
span { border-color: #20C0CE; }
span { border-color: rgb(32,192,206); }
td.TdClassName
{
border-color: #20C0CE;
}
.TagClassName
{
border-color: #20C0CE;
}
</style>