Shades of Polo Blue #8EA0CB
Tints of Polo Blue #8EA0CB
RGB
CMYK
RGB Variations
Color information
#8EA0CB (or 0x8EA0CB) is known color: Polo Blue. HEX triplet: 8E, A0 and CB. RGB value is (142,160,203). Sum of RGB (Red+Green+Blue) = 142+160+203=505 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.12% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #8EA0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA0CB is #715F34. Grayscale: #9F9F9F. Windows color (decimal): -7429941 or 13344910. OLE color: 13344910.
HSL color Cylindrical-coordinate representation of color #8EA0CB: hue angle of 222.3º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EA0CB is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 160 | 203 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.20 |
| HSL | 222.3º | 0.37% | 0.68% | - |
| HSV(B) | 222.3º | 0.3% | 0.8% | - |
| XYZ | 34.51 | 35.2 | 61.48 | - |
| YUV | 159.52 | 152.54 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 160 | 203 | 0.30 | 0.21 | 0 | 0.20 | 222.3 | 0.37 | 0.68 |
| Hex | 8E | A0 | CB | 1E | 15 | 0 | 14 | DE | 25 | 44 |
| Octal | 216 | 240 | 313 | 36 | 25 | 0 | 24 | 336 | 45 | 104 |
| Binary | 10001110 | 10100000 | 11001011 | 11110 | 10101 | 0 | 10100 | 11011110 | 100101 | 1000100 |
Color Harmonies of #8EA0CB
Complementary color
Monochromatic Colors of #8EA0CB
Black with #8EA0CB
Text Example
Text Example
White with #8EA0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA0CB; }
p { color: rgb(142,160,203); }
H1.HeaderClassName
{
color: #8EA0CB;
}
.AnyTagClassName
{
color: #8EA0CB;
}
</style>
background-color css
<style>
a { background-color: #8EA0CB; }
a { background-color: rgb(142,160,203); }
div.DivClassName
{
background-color: #8EA0CB;
}
.BgClassName
{
background-color: #8EA0CB;
}
</style>
border-color css
<style>
span { border-color: #8EA0CB; }
span { border-color: rgb(142,160,203); }
td.TdClassName
{
border-color: #8EA0CB;
}
.TagClassName
{
border-color: #8EA0CB;
}
</style>