Shades of Pelorous #208DBE
Tints of Pelorous #208DBE
RGB
CMYK
RGB Variations
Color information
#208DBE (or 0x208DBE) is known color: Pelorous. HEX triplet: 20, 8D and BE. RGB value is (32,141,190). Sum of RGB (Red+Green+Blue) = 32+141+190=363 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.82% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #208DBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208DBE is #DF7241. Grayscale: #717171. Windows color (decimal): -14643778 or 12487968. OLE color: 12487968.
HSL color Cylindrical-coordinate representation of color #208DBE: hue angle of 198.61º 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 #208DBE is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 141 | 190 | - |
| CMYK | 0.83 | 0.26 | 0 | 0.25 |
| HSL | 198.61º | 0.71% | 0.44% | - |
| HSV(B) | 198.61º | 0.83% | 0.75% | - |
| XYZ | 19.41 | 23.07 | 52.15 | - |
| YUV | 114 | 170.89 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 141 | 190 | 0.83 | 0.26 | 0 | 0.25 | 198.61 | 0.71 | 0.44 |
| Hex | 20 | 8D | BE | 53 | 1A | 0 | 19 | C7 | 47 | 2C |
| Octal | 40 | 215 | 276 | 123 | 32 | 0 | 31 | 307 | 107 | 54 |
| Binary | 100000 | 10001101 | 10111110 | 1010011 | 11010 | 0 | 11001 | 11000111 | 1000111 | 101100 |
Color Harmonies of #208DBE
Complementary color
Monochromatic Colors of #208DBE
Black with #208DBE
Text Example
Text Example
White with #208DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208DBE; }
p { color: rgb(32,141,190); }
H1.HeaderClassName
{
color: #208DBE;
}
.AnyTagClassName
{
color: #208DBE;
}
</style>
background-color css
<style>
a { background-color: #208DBE; }
a { background-color: rgb(32,141,190); }
div.DivClassName
{
background-color: #208DBE;
}
.BgClassName
{
background-color: #208DBE;
}
</style>
border-color css
<style>
span { border-color: #208DBE; }
span { border-color: rgb(32,141,190); }
td.TdClassName
{
border-color: #208DBE;
}
.TagClassName
{
border-color: #208DBE;
}
</style>