Shades of Pelorous #20ABBC
Tints of Pelorous #20ABBC
RGB
CMYK
RGB Variations
Color information
#20ABBC (or 0x20ABBC) is known color: Pelorous. HEX triplet: 20, AB and BC. RGB value is (32,171,188). Sum of RGB (Red+Green+Blue) = 32+171+188=391 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.18% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #20ABBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20ABBC is #DF5443. Grayscale: #838383. Windows color (decimal): -14636100 or 12364576. OLE color: 12364576.
HSL color Cylindrical-coordinate representation of color #20ABBC: hue angle of 186.54º 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 #20ABBC is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 171 | 188 | - |
| CMYK | 0.83 | 0.09 | 0 | 0.26 |
| HSL | 186.54º | 0.71% | 0.43% | - |
| HSV(B) | 186.54º | 0.83% | 0.74% | - |
| XYZ | 24.24 | 33.06 | 52.68 | - |
| YUV | 131.38 | 159.95 | 57.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 171 | 188 | 0.83 | 0.09 | 0 | 0.26 | 186.54 | 0.71 | 0.43 |
| Hex | 20 | AB | BC | 53 | 9 | 0 | 1A | BB | 47 | 2B |
| Octal | 40 | 253 | 274 | 123 | 11 | 0 | 32 | 273 | 107 | 53 |
| Binary | 100000 | 10101011 | 10111100 | 1010011 | 1001 | 0 | 11010 | 10111011 | 1000111 | 101011 |
Color Harmonies of #20ABBC
Complementary color
Monochromatic Colors of #20ABBC
Black with #20ABBC
Text Example
Text Example
White with #20ABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ABBC; }
p { color: rgb(32,171,188); }
H1.HeaderClassName
{
color: #20ABBC;
}
.AnyTagClassName
{
color: #20ABBC;
}
</style>
background-color css
<style>
a { background-color: #20ABBC; }
a { background-color: rgb(32,171,188); }
div.DivClassName
{
background-color: #20ABBC;
}
.BgClassName
{
background-color: #20ABBC;
}
</style>
border-color css
<style>
span { border-color: #20ABBC; }
span { border-color: rgb(32,171,188); }
td.TdClassName
{
border-color: #20ABBC;
}
.TagClassName
{
border-color: #20ABBC;
}
</style>