Shades of Iris Blue #20B9CE
Tints of Iris Blue #20B9CE
RGB
CMYK
RGB Variations
Color information
#20B9CE (or 0x20B9CE) is known color: Iris Blue. HEX triplet: 20, B9 and CE. RGB value is (32,185,206). Sum of RGB (Red+Green+Blue) = 32+185+206=423 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.57% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #20B9CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20B9CE is #DF4631. Grayscale: #8D8D8D. Windows color (decimal): -14632498 or 13547808. OLE color: 13547808.
HSL color Cylindrical-coordinate representation of color #20B9CE: hue angle of 187.24º 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 #20B9CE is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 185 | 206 | - |
| CMYK | 0.84 | 0.10 | 0 | 0.19 |
| HSL | 187.24º | 0.73% | 0.47% | - |
| HSV(B) | 187.24º | 0.84% | 0.81% | - |
| XYZ | 29.09 | 39.46 | 64.48 | - |
| YUV | 141.65 | 164.31 | 49.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 185 | 206 | 0.84 | 0.10 | 0 | 0.19 | 187.24 | 0.73 | 0.47 |
| Hex | 20 | B9 | CE | 54 | A | 0 | 13 | BB | 49 | 2F |
| Octal | 40 | 271 | 316 | 124 | 12 | 0 | 23 | 273 | 111 | 57 |
| Binary | 100000 | 10111001 | 11001110 | 1010100 | 1010 | 0 | 10011 | 10111011 | 1001001 | 101111 |
Color Harmonies of #20B9CE
Complementary color
Monochromatic Colors of #20B9CE
Black with #20B9CE
Text Example
Text Example
White with #20B9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B9CE; }
p { color: rgb(32,185,206); }
H1.HeaderClassName
{
color: #20B9CE;
}
.AnyTagClassName
{
color: #20B9CE;
}
</style>
background-color css
<style>
a { background-color: #20B9CE; }
a { background-color: rgb(32,185,206); }
div.DivClassName
{
background-color: #20B9CE;
}
.BgClassName
{
background-color: #20B9CE;
}
</style>
border-color css
<style>
span { border-color: #20B9CE; }
span { border-color: rgb(32,185,206); }
td.TdClassName
{
border-color: #20B9CE;
}
.TagClassName
{
border-color: #20B9CE;
}
</style>