Shades of Iris Blue #20BFCD
Tints of Iris Blue #20BFCD
RGB
CMYK
RGB Variations
Color information
#20BFCD (or 0x20BFCD) is known color: Iris Blue. HEX triplet: 20, BF and CD. RGB value is (32,191,205). Sum of RGB (Red+Green+Blue) = 32+191+205=428 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.48% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #20BFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BFCD is #DF4032. Grayscale: #909090. Windows color (decimal): -14630963 or 13483808. OLE color: 13483808.
HSL color Cylindrical-coordinate representation of color #20BFCD: hue angle of 184.86º 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 #20BFCD is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 191 | 205 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.20 |
| HSL | 184.86º | 0.73% | 0.46% | - |
| HSV(B) | 184.86º | 0.84% | 0.8% | - |
| XYZ | 30.25 | 41.98 | 64.27 | - |
| YUV | 145.06 | 161.82 | 47.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 191 | 205 | 0.84 | 0.07 | 0 | 0.20 | 184.86 | 0.73 | 0.46 |
| Hex | 20 | BF | CD | 54 | 7 | 0 | 14 | B9 | 49 | 2E |
| Octal | 40 | 277 | 315 | 124 | 7 | 0 | 24 | 271 | 111 | 56 |
| Binary | 100000 | 10111111 | 11001101 | 1010100 | 111 | 0 | 10100 | 10111001 | 1001001 | 101110 |
Color Harmonies of #20BFCD
Complementary color
Monochromatic Colors of #20BFCD
Black with #20BFCD
Text Example
Text Example
White with #20BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BFCD; }
p { color: rgb(32,191,205); }
H1.HeaderClassName
{
color: #20BFCD;
}
.AnyTagClassName
{
color: #20BFCD;
}
</style>
background-color css
<style>
a { background-color: #20BFCD; }
a { background-color: rgb(32,191,205); }
div.DivClassName
{
background-color: #20BFCD;
}
.BgClassName
{
background-color: #20BFCD;
}
</style>
border-color css
<style>
span { border-color: #20BFCD; }
span { border-color: rgb(32,191,205); }
td.TdClassName
{
border-color: #20BFCD;
}
.TagClassName
{
border-color: #20BFCD;
}
</style>