Shades of Polo Blue #8EA0CC
Tints of Polo Blue #8EA0CC
RGB
CMYK
RGB Variations
Color information
#8EA0CC (or 0x8EA0CC) is known color: Polo Blue. HEX triplet: 8E, A0 and CC. RGB value is (142,160,204). Sum of RGB (Red+Green+Blue) = 142+160+204=506 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.06% from 506); Green value is 160 (62.89% from 255 or 31.62% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #8EA0CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA0CC is #715F33. Grayscale: #9F9F9F. Windows color (decimal): -7429940 or 13410446. OLE color: 13410446.
HSL color Cylindrical-coordinate representation of color #8EA0CC: hue angle of 222.58º degrees, saturation: 0.38, 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 #8EA0CC is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 142 | 160 | 204 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.2 |
| HSL | 222.58º | 0.38% | 0.68% | - |
| HSV(B) | 222.58º | 0.3% | 0.8% | - |
| XYZ | 34.63 | 35.25 | 62.11 | - |
| YUV | 159.63 | 153.04 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 160 | 204 | 0.30 | 0.22 | 0 | 0.2 | 222.58 | 0.38 | 0.68 |
| Hex | 8E | A0 | CC | 1E | 16 | 0 | 14 | DF | 26 | 44 |
| Octal | 216 | 240 | 314 | 36 | 26 | 0 | 24 | 337 | 46 | 104 |
| Binary | 10001110 | 10100000 | 11001100 | 11110 | 10110 | 0 | 10100 | 11011111 | 100110 | 1000100 |
Color Harmonies of #8EA0CC
Complementary color
Monochromatic Colors of #8EA0CC
Black with #8EA0CC
Text Example
Text Example
White with #8EA0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA0CC; }
p { color: rgb(142,160,204); }
H1.HeaderClassName
{
color: #8EA0CC;
}
.AnyTagClassName
{
color: #8EA0CC;
}
</style>
background-color css
<style>
a { background-color: #8EA0CC; }
a { background-color: rgb(142,160,204); }
div.DivClassName
{
background-color: #8EA0CC;
}
.BgClassName
{
background-color: #8EA0CC;
}
</style>
border-color css
<style>
span { border-color: #8EA0CC; }
span { border-color: rgb(142,160,204); }
td.TdClassName
{
border-color: #8EA0CC;
}
.TagClassName
{
border-color: #8EA0CC;
}
</style>