Shades of Pelorous #20A4BC
Tints of Pelorous #20A4BC
RGB
CMYK
RGB Variations
Color information
#20A4BC (or 0x20A4BC) is known color: Pelorous. HEX triplet: 20, A4 and BC. RGB value is (32,164,188). Sum of RGB (Red+Green+Blue) = 32+164+188=384 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.33% from 384); Green value is 164 (64.45% from 255 or 42.71% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #20A4BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20A4BC is #DF5B43. Grayscale: #7F7F7F. Windows color (decimal): -14637892 or 12362784. OLE color: 12362784.
HSL color Cylindrical-coordinate representation of color #20A4BC: hue angle of 189.23º 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 #20A4BC is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 164 | 188 | - |
| CMYK | 0.83 | 0.13 | 0 | 0.26 |
| HSL | 189.23º | 0.71% | 0.43% | - |
| HSV(B) | 189.23º | 0.83% | 0.74% | - |
| XYZ | 22.95 | 30.49 | 52.25 | - |
| YUV | 127.27 | 162.27 | 60.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 164 | 188 | 0.83 | 0.13 | 0 | 0.26 | 189.23 | 0.71 | 0.43 |
| Hex | 20 | A4 | BC | 53 | D | 0 | 1A | BD | 47 | 2B |
| Octal | 40 | 244 | 274 | 123 | 15 | 0 | 32 | 275 | 107 | 53 |
| Binary | 100000 | 10100100 | 10111100 | 1010011 | 1101 | 0 | 11010 | 10111101 | 1000111 | 101011 |
Color Harmonies of #20A4BC
Complementary color
Monochromatic Colors of #20A4BC
Black with #20A4BC
Text Example
Text Example
White with #20A4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A4BC; }
p { color: rgb(32,164,188); }
H1.HeaderClassName
{
color: #20A4BC;
}
.AnyTagClassName
{
color: #20A4BC;
}
</style>
background-color css
<style>
a { background-color: #20A4BC; }
a { background-color: rgb(32,164,188); }
div.DivClassName
{
background-color: #20A4BC;
}
.BgClassName
{
background-color: #20A4BC;
}
</style>
border-color css
<style>
span { border-color: #20A4BC; }
span { border-color: rgb(32,164,188); }
td.TdClassName
{
border-color: #20A4BC;
}
.TagClassName
{
border-color: #20A4BC;
}
</style>