Shades of Pelorous #208BC1
Tints of Pelorous #208BC1
RGB
CMYK
RGB Variations
Color information
#208BC1 (or 0x208BC1) is known color: Pelorous. HEX triplet: 20, 8B and C1. RGB value is (32,139,193). Sum of RGB (Red+Green+Blue) = 32+139+193=364 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.79% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 193 (75.78% from 255 or 53.02% from 364); Max value from RGB is 193 - color contains mainly: blue. Hex color #208BC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208BC1 is #DF743E. Grayscale: #707070. Windows color (decimal): -14644287 or 12684064. OLE color: 12684064.
HSL color Cylindrical-coordinate representation of color #208BC1: hue angle of 200.12º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #208BC1 is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 139 | 193 | - |
| CMYK | 0.83 | 0.28 | 0 | 0.24 |
| HSL | 200.12º | 0.72% | 0.44% | - |
| HSV(B) | 200.12º | 0.83% | 0.76% | - |
| XYZ | 19.45 | 22.62 | 53.79 | - |
| YUV | 113.16 | 173.05 | 70.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 139 | 193 | 0.83 | 0.28 | 0 | 0.24 | 200.12 | 0.72 | 0.44 |
| Hex | 20 | 8B | C1 | 53 | 1C | 0 | 18 | C8 | 48 | 2C |
| Octal | 40 | 213 | 301 | 123 | 34 | 0 | 30 | 310 | 110 | 54 |
| Binary | 100000 | 10001011 | 11000001 | 1010011 | 11100 | 0 | 11000 | 11001000 | 1001000 | 101100 |
Color Harmonies of #208BC1
Complementary color
Monochromatic Colors of #208BC1
Black with #208BC1
Text Example
Text Example
White with #208BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208BC1; }
p { color: rgb(32,139,193); }
H1.HeaderClassName
{
color: #208BC1;
}
.AnyTagClassName
{
color: #208BC1;
}
</style>
background-color css
<style>
a { background-color: #208BC1; }
a { background-color: rgb(32,139,193); }
div.DivClassName
{
background-color: #208BC1;
}
.BgClassName
{
background-color: #208BC1;
}
</style>
border-color css
<style>
span { border-color: #208BC1; }
span { border-color: rgb(32,139,193); }
td.TdClassName
{
border-color: #208BC1;
}
.TagClassName
{
border-color: #208BC1;
}
</style>