Shades of Iris Blue #20BFD1
Tints of Iris Blue #20BFD1
RGB
CMYK
RGB Variations
Color information
#20BFD1 (or 0x20BFD1) is known color: Iris Blue. HEX triplet: 20, BF and D1. RGB value is (32,191,209). Sum of RGB (Red+Green+Blue) = 32+191+209=432 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.41% from 432); Green value is 191 (75% from 255 or 44.21% from 432); Blue value is 209 (82.03% from 255 or 48.38% from 432); Max value from RGB is 209 - color contains mainly: blue. Hex color #20BFD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BFD1 is #DF402E. Grayscale: #919191. Windows color (decimal): -14630959 or 13745952. OLE color: 13745952.
HSL color Cylindrical-coordinate representation of color #20BFD1: hue angle of 186.1º 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 #20BFD1 is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 191 | 209 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.18 |
| HSL | 186.1º | 0.73% | 0.47% | - |
| HSV(B) | 186.1º | 0.85% | 0.82% | - |
| XYZ | 30.74 | 42.17 | 66.84 | - |
| YUV | 145.51 | 163.82 | 47.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 191 | 209 | 0.85 | 0.09 | 0 | 0.18 | 186.1 | 0.73 | 0.47 |
| Hex | 20 | BF | D1 | 55 | 9 | 0 | 12 | BA | 49 | 2F |
| Octal | 40 | 277 | 321 | 125 | 11 | 0 | 22 | 272 | 111 | 57 |
| Binary | 100000 | 10111111 | 11010001 | 1010101 | 1001 | 0 | 10010 | 10111010 | 1001001 | 101111 |
Color Harmonies of #20BFD1
Complementary color
Monochromatic Colors of #20BFD1
Black with #20BFD1
Text Example
Text Example
White with #20BFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BFD1; }
p { color: rgb(32,191,209); }
H1.HeaderClassName
{
color: #20BFD1;
}
.AnyTagClassName
{
color: #20BFD1;
}
</style>
background-color css
<style>
a { background-color: #20BFD1; }
a { background-color: rgb(32,191,209); }
div.DivClassName
{
background-color: #20BFD1;
}
.BgClassName
{
background-color: #20BFD1;
}
</style>
border-color css
<style>
span { border-color: #20BFD1; }
span { border-color: rgb(32,191,209); }
td.TdClassName
{
border-color: #20BFD1;
}
.TagClassName
{
border-color: #20BFD1;
}
</style>