Shades of Iris Blue #20B3CB
Tints of Iris Blue #20B3CB
RGB
CMYK
RGB Variations
Color information
#20B3CB (or 0x20B3CB) is known color: Iris Blue. HEX triplet: 20, B3 and CB. RGB value is (32,179,203). Sum of RGB (Red+Green+Blue) = 32+179+203=414 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.73% from 414); Green value is 179 (70.31% from 255 or 43.24% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #20B3CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20B3CB is #DF4C34. Grayscale: #898989. Windows color (decimal): -14634037 or 13349664. OLE color: 13349664.
HSL color Cylindrical-coordinate representation of color #20B3CB: hue angle of 188.42º 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 #20B3CB is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 179 | 203 | - |
| CMYK | 0.84 | 0.12 | 0 | 0.20 |
| HSL | 188.42º | 0.73% | 0.46% | - |
| HSV(B) | 188.42º | 0.84% | 0.8% | - |
| XYZ | 27.5 | 36.86 | 62.17 | - |
| YUV | 137.78 | 164.8 | 52.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 179 | 203 | 0.84 | 0.12 | 0 | 0.20 | 188.42 | 0.73 | 0.46 |
| Hex | 20 | B3 | CB | 54 | C | 0 | 14 | BC | 49 | 2E |
| Octal | 40 | 263 | 313 | 124 | 14 | 0 | 24 | 274 | 111 | 56 |
| Binary | 100000 | 10110011 | 11001011 | 1010100 | 1100 | 0 | 10100 | 10111100 | 1001001 | 101110 |
Color Harmonies of #20B3CB
Complementary color
Monochromatic Colors of #20B3CB
Black with #20B3CB
Text Example
Text Example
White with #20B3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B3CB; }
p { color: rgb(32,179,203); }
H1.HeaderClassName
{
color: #20B3CB;
}
.AnyTagClassName
{
color: #20B3CB;
}
</style>
background-color css
<style>
a { background-color: #20B3CB; }
a { background-color: rgb(32,179,203); }
div.DivClassName
{
background-color: #20B3CB;
}
.BgClassName
{
background-color: #20B3CB;
}
</style>
border-color css
<style>
span { border-color: #20B3CB; }
span { border-color: rgb(32,179,203); }
td.TdClassName
{
border-color: #20B3CB;
}
.TagClassName
{
border-color: #20B3CB;
}
</style>