Shades of Iris Blue #20BCD1
Tints of Iris Blue #20BCD1
RGB
CMYK
RGB Variations
Color information
#20BCD1 (or 0x20BCD1) is known color: Iris Blue. HEX triplet: 20, BC and D1. RGB value is (32,188,209). Sum of RGB (Red+Green+Blue) = 32+188+209=429 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.46% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 209 (82.03% from 255 or 48.72% from 429); Max value from RGB is 209 - color contains mainly: blue. Hex color #20BCD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BCD1 is #DF432E. Grayscale: #8F8F8F. Windows color (decimal): -14631727 or 13745184. OLE color: 13745184.
HSL color Cylindrical-coordinate representation of color #20BCD1: hue angle of 187.12º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20BCD1 is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 188 | 209 | - |
| CMYK | 0.85 | 0.10 | 0 | 0.18 |
| HSL | 187.12º | 0.73% | 0.47% | - |
| HSV(B) | 187.12º | 0.85% | 0.82% | - |
| XYZ | 30.09 | 40.88 | 66.63 | - |
| YUV | 143.75 | 164.82 | 48.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 188 | 209 | 0.85 | 0.10 | 0 | 0.18 | 187.12 | 0.73 | 0.47 |
| Hex | 20 | BC | D1 | 55 | A | 0 | 12 | BB | 49 | 2F |
| Octal | 40 | 274 | 321 | 125 | 12 | 0 | 22 | 273 | 111 | 57 |
| Binary | 100000 | 10111100 | 11010001 | 1010101 | 1010 | 0 | 10010 | 10111011 | 1001001 | 101111 |
Color Harmonies of #20BCD1
Complementary color
Monochromatic Colors of #20BCD1
Black with #20BCD1
Text Example
Text Example
White with #20BCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BCD1; }
p { color: rgb(32,188,209); }
H1.HeaderClassName
{
color: #20BCD1;
}
.AnyTagClassName
{
color: #20BCD1;
}
</style>
background-color css
<style>
a { background-color: #20BCD1; }
a { background-color: rgb(32,188,209); }
div.DivClassName
{
background-color: #20BCD1;
}
.BgClassName
{
background-color: #20BCD1;
}
</style>
border-color css
<style>
span { border-color: #20BCD1; }
span { border-color: rgb(32,188,209); }
td.TdClassName
{
border-color: #20BCD1;
}
.TagClassName
{
border-color: #20BCD1;
}
</style>