Shades of Iris Blue #20BCC8
Tints of Iris Blue #20BCC8
RGB
CMYK
RGB Variations
Color information
#20BCC8 (or 0x20BCC8) is known color: Iris Blue. HEX triplet: 20, BC and C8. RGB value is (32,188,200). Sum of RGB (Red+Green+Blue) = 32+188+200=420 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.62% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 200 (78.52% from 255 or 47.62% from 420); Max value from RGB is 200 - color contains mainly: blue. Hex color #20BCC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BCC8 is #DF4337. Grayscale: #8E8E8E. Windows color (decimal): -14631736 or 13155360. OLE color: 13155360.
HSL color Cylindrical-coordinate representation of color #20BCC8: hue angle of 184.29º 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 #20BCC8 is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 188 | 200 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.22 |
| HSL | 184.29º | 0.72% | 0.45% | - |
| HSV(B) | 184.29º | 0.84% | 0.78% | - |
| XYZ | 29 | 40.44 | 60.92 | - |
| YUV | 142.72 | 160.32 | 49.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 188 | 200 | 0.84 | 0.06 | 0 | 0.22 | 184.29 | 0.72 | 0.45 |
| Hex | 20 | BC | C8 | 54 | 6 | 0 | 16 | B8 | 48 | 2D |
| Octal | 40 | 274 | 310 | 124 | 6 | 0 | 26 | 270 | 110 | 55 |
| Binary | 100000 | 10111100 | 11001000 | 1010100 | 110 | 0 | 10110 | 10111000 | 1001000 | 101101 |
Color Harmonies of #20BCC8
Complementary color
Monochromatic Colors of #20BCC8
Black with #20BCC8
Text Example
Text Example
White with #20BCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BCC8; }
p { color: rgb(32,188,200); }
H1.HeaderClassName
{
color: #20BCC8;
}
.AnyTagClassName
{
color: #20BCC8;
}
</style>
background-color css
<style>
a { background-color: #20BCC8; }
a { background-color: rgb(32,188,200); }
div.DivClassName
{
background-color: #20BCC8;
}
.BgClassName
{
background-color: #20BCC8;
}
</style>
border-color css
<style>
span { border-color: #20BCC8; }
span { border-color: rgb(32,188,200); }
td.TdClassName
{
border-color: #20BCC8;
}
.TagClassName
{
border-color: #20BCC8;
}
</style>