Shades of Polo Blue #8EA6CA
Tints of Polo Blue #8EA6CA
RGB
CMYK
RGB Variations
Color information
#8EA6CA (or 0x8EA6CA) is known color: Polo Blue. HEX triplet: 8E, A6 and CA. RGB value is (142,166,202). Sum of RGB (Red+Green+Blue) = 142+166+202=510 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.84% from 510); Green value is 166 (65.23% from 255 or 32.55% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 202 - color contains mainly: blue. Hex color #8EA6CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA6CA is #715935. Grayscale: #A2A2A2. Windows color (decimal): -7428406 or 13280910. OLE color: 13280910.
HSL color Cylindrical-coordinate representation of color #8EA6CA: hue angle of 216º 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 #8EA6CA is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 166 | 202 | - |
| CMYK | 0.30 | 0.18 | 0 | 0.21 |
| HSL | 216º | 0.36% | 0.67% | - |
| HSV(B) | 216º | 0.3% | 0.79% | - |
| XYZ | 35.45 | 37.29 | 61.21 | - |
| YUV | 162.93 | 150.05 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 166 | 202 | 0.30 | 0.18 | 0 | 0.21 | 216 | 0.36 | 0.67 |
| Hex | 8E | A6 | CA | 1E | 12 | 0 | 15 | D8 | 24 | 43 |
| Octal | 216 | 246 | 312 | 36 | 22 | 0 | 25 | 330 | 44 | 103 |
| Binary | 10001110 | 10100110 | 11001010 | 11110 | 10010 | 0 | 10101 | 11011000 | 100100 | 1000011 |
Color Harmonies of #8EA6CA
Complementary color
Monochromatic Colors of #8EA6CA
Black with #8EA6CA
Text Example
Text Example
White with #8EA6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA6CA; }
p { color: rgb(142,166,202); }
H1.HeaderClassName
{
color: #8EA6CA;
}
.AnyTagClassName
{
color: #8EA6CA;
}
</style>
background-color css
<style>
a { background-color: #8EA6CA; }
a { background-color: rgb(142,166,202); }
div.DivClassName
{
background-color: #8EA6CA;
}
.BgClassName
{
background-color: #8EA6CA;
}
</style>
border-color css
<style>
span { border-color: #8EA6CA; }
span { border-color: rgb(142,166,202); }
td.TdClassName
{
border-color: #8EA6CA;
}
.TagClassName
{
border-color: #8EA6CA;
}
</style>