Shades of Iris Blue #20B2CC
Tints of Iris Blue #20B2CC
RGB
CMYK
RGB Variations
Color information
#20B2CC (or 0x20B2CC) is known color: Iris Blue. HEX triplet: 20, B2 and CC. RGB value is (32,178,204). Sum of RGB (Red+Green+Blue) = 32+178+204=414 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.73% from 414); Green value is 178 (69.92% from 255 or 43.00% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #20B2CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20B2CC is #DF4D33. Grayscale: #898989. Windows color (decimal): -14634292 or 13414944. OLE color: 13414944.
HSL color Cylindrical-coordinate representation of color #20B2CC: hue angle of 189.07º 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 #20B2CC is Cyan = 0.84, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 178 | 204 | - |
| CMYK | 0.84 | 0.13 | 0 | 0.2 |
| HSL | 189.07º | 0.73% | 0.46% | - |
| HSV(B) | 189.07º | 0.84% | 0.8% | - |
| XYZ | 27.42 | 36.51 | 62.73 | - |
| YUV | 137.31 | 165.63 | 52.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 178 | 204 | 0.84 | 0.13 | 0 | 0.2 | 189.07 | 0.73 | 0.46 |
| Hex | 20 | B2 | CC | 54 | D | 0 | 14 | BD | 49 | 2E |
| Octal | 40 | 262 | 314 | 124 | 15 | 0 | 24 | 275 | 111 | 56 |
| Binary | 100000 | 10110010 | 11001100 | 1010100 | 1101 | 0 | 10100 | 10111101 | 1001001 | 101110 |
Color Harmonies of #20B2CC
Complementary color
Monochromatic Colors of #20B2CC
Black with #20B2CC
Text Example
Text Example
White with #20B2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B2CC; }
p { color: rgb(32,178,204); }
H1.HeaderClassName
{
color: #20B2CC;
}
.AnyTagClassName
{
color: #20B2CC;
}
</style>
background-color css
<style>
a { background-color: #20B2CC; }
a { background-color: rgb(32,178,204); }
div.DivClassName
{
background-color: #20B2CC;
}
.BgClassName
{
background-color: #20B2CC;
}
</style>
border-color css
<style>
span { border-color: #20B2CC; }
span { border-color: rgb(32,178,204); }
td.TdClassName
{
border-color: #20B2CC;
}
.TagClassName
{
border-color: #20B2CC;
}
</style>