Shades of Pelorous #208DC0
Tints of Pelorous #208DC0
RGB
CMYK
RGB Variations
Color information
#208DC0 (or 0x208DC0) is known color: Pelorous. HEX triplet: 20, 8D and C0. RGB value is (32,141,192). Sum of RGB (Red+Green+Blue) = 32+141+192=365 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.77% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 192 (75.39% from 255 or 52.60% from 365); Max value from RGB is 192 - color contains mainly: blue. Hex color #208DC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208DC0 is #DF723F. Grayscale: #717171. Windows color (decimal): -14643776 or 12619040. OLE color: 12619040.
HSL color Cylindrical-coordinate representation of color #208DC0: hue angle of 199.12º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #208DC0 is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 141 | 192 | - |
| CMYK | 0.83 | 0.27 | 0 | 0.25 |
| HSL | 199.13º | 0.71% | 0.44% | - |
| HSV(B) | 199.13º | 0.83% | 0.75% | - |
| XYZ | 19.63 | 23.16 | 53.31 | - |
| YUV | 114.22 | 171.89 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 141 | 192 | 0.83 | 0.27 | 0 | 0.25 | 199.13 | 0.71 | 0.44 |
| Hex | 20 | 8D | C0 | 53 | 1B | 0 | 19 | C7 | 47 | 2C |
| Octal | 40 | 215 | 300 | 123 | 33 | 0 | 31 | 307 | 107 | 54 |
| Binary | 100000 | 10001101 | 11000000 | 1010011 | 11011 | 0 | 11001 | 11000111 | 1000111 | 101100 |
Color Harmonies of #208DC0
Complementary color
Monochromatic Colors of #208DC0
Black with #208DC0
Text Example
Text Example
White with #208DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208DC0; }
p { color: rgb(32,141,192); }
H1.HeaderClassName
{
color: #208DC0;
}
.AnyTagClassName
{
color: #208DC0;
}
</style>
background-color css
<style>
a { background-color: #208DC0; }
a { background-color: rgb(32,141,192); }
div.DivClassName
{
background-color: #208DC0;
}
.BgClassName
{
background-color: #208DC0;
}
</style>
border-color css
<style>
span { border-color: #208DC0; }
span { border-color: rgb(32,141,192); }
td.TdClassName
{
border-color: #208DC0;
}
.TagClassName
{
border-color: #208DC0;
}
</style>