Shades of Pelorous #208EC9
Tints of Pelorous #208EC9
RGB
CMYK
RGB Variations
Color information
#208EC9 (or 0x208EC9) is known color: Pelorous. HEX triplet: 20, 8E and C9. RGB value is (32,142,201). Sum of RGB (Red+Green+Blue) = 32+142+201=375 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.53% from 375); Green value is 142 (55.86% from 255 or 37.87% from 375); Blue value is 201 (78.91% from 255 or 53.6% from 375); Max value from RGB is 201 - color contains mainly: blue. Hex color #208EC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208EC9 is #DF7136. Grayscale: #737373. Windows color (decimal): -14643511 or 13209120. OLE color: 13209120.
HSL color Cylindrical-coordinate representation of color #208EC9: hue angle of 200.95º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #208EC9 is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 142 | 201 | - |
| CMYK | 0.84 | 0.29 | 0 | 0.21 |
| HSL | 200.95º | 0.73% | 0.46% | - |
| HSV(B) | 200.95º | 0.84% | 0.79% | - |
| XYZ | 20.81 | 23.87 | 58.77 | - |
| YUV | 115.84 | 176.06 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 142 | 201 | 0.84 | 0.29 | 0 | 0.21 | 200.95 | 0.73 | 0.46 |
| Hex | 20 | 8E | C9 | 54 | 1D | 0 | 15 | C9 | 49 | 2E |
| Octal | 40 | 216 | 311 | 124 | 35 | 0 | 25 | 311 | 111 | 56 |
| Binary | 100000 | 10001110 | 11001001 | 1010100 | 11101 | 0 | 10101 | 11001001 | 1001001 | 101110 |
Color Harmonies of #208EC9
Complementary color
Monochromatic Colors of #208EC9
Black with #208EC9
Text Example
Text Example
White with #208EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208EC9; }
p { color: rgb(32,142,201); }
H1.HeaderClassName
{
color: #208EC9;
}
.AnyTagClassName
{
color: #208EC9;
}
</style>
background-color css
<style>
a { background-color: #208EC9; }
a { background-color: rgb(32,142,201); }
div.DivClassName
{
background-color: #208EC9;
}
.BgClassName
{
background-color: #208EC9;
}
</style>
border-color css
<style>
span { border-color: #208EC9; }
span { border-color: rgb(32,142,201); }
td.TdClassName
{
border-color: #208EC9;
}
.TagClassName
{
border-color: #208EC9;
}
</style>