Shades of Polo Blue #8EA0CA
Tints of Polo Blue #8EA0CA
RGB
CMYK
RGB Variations
Color information
#8EA0CA (or 0x8EA0CA) is known color: Polo Blue. HEX triplet: 8E, A0 and CA. RGB value is (142,160,202). Sum of RGB (Red+Green+Blue) = 142+160+202=504 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.17% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #8EA0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA0CA is #715F35. Grayscale: #9F9F9F. Windows color (decimal): -7429942 or 13279374. OLE color: 13279374.
HSL color Cylindrical-coordinate representation of color #8EA0CA: hue angle of 222º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EA0CA is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 160 | 202 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.21 |
| HSL | 222º | 0.36% | 0.67% | - |
| HSV(B) | 222º | 0.3% | 0.79% | - |
| XYZ | 34.39 | 35.16 | 60.85 | - |
| YUV | 159.41 | 152.04 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 160 | 202 | 0.30 | 0.21 | 0 | 0.21 | 222 | 0.36 | 0.67 |
| Hex | 8E | A0 | CA | 1E | 15 | 0 | 15 | DE | 24 | 43 |
| Octal | 216 | 240 | 312 | 36 | 25 | 0 | 25 | 336 | 44 | 103 |
| Binary | 10001110 | 10100000 | 11001010 | 11110 | 10101 | 0 | 10101 | 11011110 | 100100 | 1000011 |
Color Harmonies of #8EA0CA
Complementary color
Monochromatic Colors of #8EA0CA
Black with #8EA0CA
Text Example
Text Example
White with #8EA0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA0CA; }
p { color: rgb(142,160,202); }
H1.HeaderClassName
{
color: #8EA0CA;
}
.AnyTagClassName
{
color: #8EA0CA;
}
</style>
background-color css
<style>
a { background-color: #8EA0CA; }
a { background-color: rgb(142,160,202); }
div.DivClassName
{
background-color: #8EA0CA;
}
.BgClassName
{
background-color: #8EA0CA;
}
</style>
border-color css
<style>
span { border-color: #8EA0CA; }
span { border-color: rgb(142,160,202); }
td.TdClassName
{
border-color: #8EA0CA;
}
.TagClassName
{
border-color: #8EA0CA;
}
</style>