Shades of Iris Blue #20BCC7
Tints of Iris Blue #20BCC7
RGB
CMYK
RGB Variations
Color information
#20BCC7 (or 0x20BCC7) is known color: Iris Blue. HEX triplet: 20, BC and C7. RGB value is (32,188,199). Sum of RGB (Red+Green+Blue) = 32+188+199=419 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.64% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 199 (78.12% from 255 or 47.49% from 419); Max value from RGB is 199 - color contains mainly: blue. Hex color #20BCC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BCC7 is #DF4338. Grayscale: #8E8E8E. Windows color (decimal): -14631737 or 13089824. OLE color: 13089824.
HSL color Cylindrical-coordinate representation of color #20BCC7: hue angle of 183.95º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20BCC7 is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 188 | 199 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.22 |
| HSL | 183.95º | 0.72% | 0.45% | - |
| HSV(B) | 183.95º | 0.84% | 0.78% | - |
| XYZ | 28.89 | 40.4 | 60.31 | - |
| YUV | 142.61 | 159.82 | 49.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 188 | 199 | 0.84 | 0.06 | 0 | 0.22 | 183.95 | 0.72 | 0.45 |
| Hex | 20 | BC | C7 | 54 | 6 | 0 | 16 | B8 | 48 | 2D |
| Octal | 40 | 274 | 307 | 124 | 6 | 0 | 26 | 270 | 110 | 55 |
| Binary | 100000 | 10111100 | 11000111 | 1010100 | 110 | 0 | 10110 | 10111000 | 1001000 | 101101 |
Color Harmonies of #20BCC7
Complementary color
Monochromatic Colors of #20BCC7
Black with #20BCC7
Text Example
Text Example
White with #20BCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BCC7; }
p { color: rgb(32,188,199); }
H1.HeaderClassName
{
color: #20BCC7;
}
.AnyTagClassName
{
color: #20BCC7;
}
</style>
background-color css
<style>
a { background-color: #20BCC7; }
a { background-color: rgb(32,188,199); }
div.DivClassName
{
background-color: #20BCC7;
}
.BgClassName
{
background-color: #20BCC7;
}
</style>
border-color css
<style>
span { border-color: #20BCC7; }
span { border-color: rgb(32,188,199); }
td.TdClassName
{
border-color: #20BCC7;
}
.TagClassName
{
border-color: #20BCC7;
}
</style>