Shades of Pelorous #20A7BC
Tints of Pelorous #20A7BC
RGB
CMYK
RGB Variations
Color information
#20A7BC (or 0x20A7BC) is known color: Pelorous. HEX triplet: 20, A7 and BC. RGB value is (32,167,188). Sum of RGB (Red+Green+Blue) = 32+167+188=387 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.27% from 387); Green value is 167 (65.62% from 255 or 43.15% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #20A7BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20A7BC is #DF5843. Grayscale: #808080. Windows color (decimal): -14637124 or 12363552. OLE color: 12363552.
HSL color Cylindrical-coordinate representation of color #20A7BC: hue angle of 188.08º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20A7BC is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 167 | 188 | - |
| CMYK | 0.83 | 0.11 | 0 | 0.26 |
| HSL | 188.08º | 0.71% | 0.43% | - |
| HSV(B) | 188.08º | 0.83% | 0.74% | - |
| XYZ | 23.49 | 31.58 | 52.43 | - |
| YUV | 129.03 | 161.27 | 58.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 167 | 188 | 0.83 | 0.11 | 0 | 0.26 | 188.08 | 0.71 | 0.43 |
| Hex | 20 | A7 | BC | 53 | B | 0 | 1A | BC | 47 | 2B |
| Octal | 40 | 247 | 274 | 123 | 13 | 0 | 32 | 274 | 107 | 53 |
| Binary | 100000 | 10100111 | 10111100 | 1010011 | 1011 | 0 | 11010 | 10111100 | 1000111 | 101011 |
Color Harmonies of #20A7BC
Complementary color
Monochromatic Colors of #20A7BC
Black with #20A7BC
Text Example
Text Example
White with #20A7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A7BC; }
p { color: rgb(32,167,188); }
H1.HeaderClassName
{
color: #20A7BC;
}
.AnyTagClassName
{
color: #20A7BC;
}
</style>
background-color css
<style>
a { background-color: #20A7BC; }
a { background-color: rgb(32,167,188); }
div.DivClassName
{
background-color: #20A7BC;
}
.BgClassName
{
background-color: #20A7BC;
}
</style>
border-color css
<style>
span { border-color: #20A7BC; }
span { border-color: rgb(32,167,188); }
td.TdClassName
{
border-color: #20A7BC;
}
.TagClassName
{
border-color: #20A7BC;
}
</style>