Shades of Pelorous #208DA8
Tints of Pelorous #208DA8
RGB
CMYK
RGB Variations
Color information
#208DA8 (or 0x208DA8) is known color: Pelorous. HEX triplet: 20, 8D and A8. RGB value is (32,141,168). Sum of RGB (Red+Green+Blue) = 32+141+168=341 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.38% from 341); Green value is 141 (55.47% from 255 or 41.35% from 341); Blue value is 168 (66.02% from 255 or 49.27% from 341); Max value from RGB is 168 - color contains mainly: blue. Hex color #208DA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208DA8 is #DF7257. Grayscale: #6F6F6F. Windows color (decimal): -14643800 or 11046176. OLE color: 11046176.
HSL color Cylindrical-coordinate representation of color #208DA8: hue angle of 191.91º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #208DA8 is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 32 | 141 | 168 | - |
| CMYK | 0.81 | 0.16 | 0 | 0.34 |
| HSL | 191.91º | 0.68% | 0.39% | - |
| HSV(B) | 191.91º | 0.81% | 0.66% | - |
| XYZ | 17.19 | 22.18 | 40.42 | - |
| YUV | 111.49 | 159.89 | 71.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 141 | 168 | 0.81 | 0.16 | 0 | 0.34 | 191.91 | 0.68 | 0.39 |
| Hex | 20 | 8D | A8 | 51 | 10 | 0 | 22 | C0 | 44 | 27 |
| Octal | 40 | 215 | 250 | 121 | 20 | 0 | 42 | 300 | 104 | 47 |
| Binary | 100000 | 10001101 | 10101000 | 1010001 | 10000 | 0 | 100010 | 11000000 | 1000100 | 100111 |
Color Harmonies of #208DA8
Complementary color
Monochromatic Colors of #208DA8
Black with #208DA8
Text Example
Text Example
White with #208DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208DA8; }
p { color: rgb(32,141,168); }
H1.HeaderClassName
{
color: #208DA8;
}
.AnyTagClassName
{
color: #208DA8;
}
</style>
background-color css
<style>
a { background-color: #208DA8; }
a { background-color: rgb(32,141,168); }
div.DivClassName
{
background-color: #208DA8;
}
.BgClassName
{
background-color: #208DA8;
}
</style>
border-color css
<style>
span { border-color: #208DA8; }
span { border-color: rgb(32,141,168); }
td.TdClassName
{
border-color: #208DA8;
}
.TagClassName
{
border-color: #208DA8;
}
</style>