Shades of Iris Blue #20BCCE
Tints of Iris Blue #20BCCE
RGB
CMYK
RGB Variations
Color information
#20BCCE (or 0x20BCCE) is known color: Iris Blue. HEX triplet: 20, BC and CE. RGB value is (32,188,206). Sum of RGB (Red+Green+Blue) = 32+188+206=426 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.51% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #20BCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BCCE is #DF4331. Grayscale: #8F8F8F. Windows color (decimal): -14631730 or 13548576. OLE color: 13548576.
HSL color Cylindrical-coordinate representation of color #20BCCE: hue angle of 186.21º 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 #20BCCE is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 188 | 206 | - |
| CMYK | 0.84 | 0.09 | 0 | 0.19 |
| HSL | 186.21º | 0.73% | 0.47% | - |
| HSV(B) | 186.21º | 0.84% | 0.81% | - |
| XYZ | 29.72 | 40.73 | 64.69 | - |
| YUV | 143.41 | 163.32 | 48.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 188 | 206 | 0.84 | 0.09 | 0 | 0.19 | 186.21 | 0.73 | 0.47 |
| Hex | 20 | BC | CE | 54 | 9 | 0 | 13 | BA | 49 | 2F |
| Octal | 40 | 274 | 316 | 124 | 11 | 0 | 23 | 272 | 111 | 57 |
| Binary | 100000 | 10111100 | 11001110 | 1010100 | 1001 | 0 | 10011 | 10111010 | 1001001 | 101111 |
Color Harmonies of #20BCCE
Complementary color
Monochromatic Colors of #20BCCE
Black with #20BCCE
Text Example
Text Example
White with #20BCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BCCE; }
p { color: rgb(32,188,206); }
H1.HeaderClassName
{
color: #20BCCE;
}
.AnyTagClassName
{
color: #20BCCE;
}
</style>
background-color css
<style>
a { background-color: #20BCCE; }
a { background-color: rgb(32,188,206); }
div.DivClassName
{
background-color: #20BCCE;
}
.BgClassName
{
background-color: #20BCCE;
}
</style>
border-color css
<style>
span { border-color: #20BCCE; }
span { border-color: rgb(32,188,206); }
td.TdClassName
{
border-color: #20BCCE;
}
.TagClassName
{
border-color: #20BCCE;
}
</style>