Shades of Polo Blue #8EA1CE
Tints of Polo Blue #8EA1CE
RGB
CMYK
RGB Variations
Color information
#8EA1CE (or 0x8EA1CE) is known color: Polo Blue. HEX triplet: 8E, A1 and CE. RGB value is (142,161,206). Sum of RGB (Red+Green+Blue) = 142+161+206=509 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.90% from 509); Green value is 161 (63.28% from 255 or 31.63% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #8EA1CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA1CE is #715E31. Grayscale: #A0A0A0. Windows color (decimal): -7429682 or 13541774. OLE color: 13541774.
HSL color Cylindrical-coordinate representation of color #8EA1CE: hue angle of 222.19º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8EA1CE is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 161 | 206 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.19 |
| HSL | 222.19º | 0.4% | 0.68% | - |
| HSV(B) | 222.19º | 0.31% | 0.81% | - |
| XYZ | 35.04 | 35.7 | 63.44 | - |
| YUV | 160.45 | 153.71 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 161 | 206 | 0.31 | 0.22 | 0 | 0.19 | 222.19 | 0.4 | 0.68 |
| Hex | 8E | A1 | CE | 1F | 16 | 0 | 13 | DE | 28 | 44 |
| Octal | 216 | 241 | 316 | 37 | 26 | 0 | 23 | 336 | 50 | 104 |
| Binary | 10001110 | 10100001 | 11001110 | 11111 | 10110 | 0 | 10011 | 11011110 | 101000 | 1000100 |
Color Harmonies of #8EA1CE
Complementary color
Monochromatic Colors of #8EA1CE
Black with #8EA1CE
Text Example
Text Example
White with #8EA1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA1CE; }
p { color: rgb(142,161,206); }
H1.HeaderClassName
{
color: #8EA1CE;
}
.AnyTagClassName
{
color: #8EA1CE;
}
</style>
background-color css
<style>
a { background-color: #8EA1CE; }
a { background-color: rgb(142,161,206); }
div.DivClassName
{
background-color: #8EA1CE;
}
.BgClassName
{
background-color: #8EA1CE;
}
</style>
border-color css
<style>
span { border-color: #8EA1CE; }
span { border-color: rgb(142,161,206); }
td.TdClassName
{
border-color: #8EA1CE;
}
.TagClassName
{
border-color: #8EA1CE;
}
</style>