Shades of Polo Blue #8EA2CF
Tints of Polo Blue #8EA2CF
RGB
CMYK
RGB Variations
Color information
#8EA2CF (or 0x8EA2CF) is known color: Polo Blue. HEX triplet: 8E, A2 and CF. RGB value is (142,162,207). Sum of RGB (Red+Green+Blue) = 142+162+207=511 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.79% from 511); Green value is 162 (63.67% from 255 or 31.70% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 207 - color contains mainly: blue. Hex color #8EA2CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA2CF is #715D30. Grayscale: #A0A0A0. Windows color (decimal): -7429425 or 13607566. OLE color: 13607566.
HSL color Cylindrical-coordinate representation of color #8EA2CF: hue angle of 221.54º 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 #8EA2CF is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 162 | 207 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.19 |
| HSL | 221.54º | 0.4% | 0.68% | - |
| HSV(B) | 221.54º | 0.31% | 0.81% | - |
| XYZ | 35.34 | 36.1 | 64.14 | - |
| YUV | 161.15 | 153.87 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 162 | 207 | 0.31 | 0.22 | 0 | 0.19 | 221.54 | 0.4 | 0.68 |
| Hex | 8E | A2 | CF | 1F | 16 | 0 | 13 | DE | 28 | 44 |
| Octal | 216 | 242 | 317 | 37 | 26 | 0 | 23 | 336 | 50 | 104 |
| Binary | 10001110 | 10100010 | 11001111 | 11111 | 10110 | 0 | 10011 | 11011110 | 101000 | 1000100 |
Color Harmonies of #8EA2CF
Complementary color
Monochromatic Colors of #8EA2CF
Black with #8EA2CF
Text Example
Text Example
White with #8EA2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA2CF; }
p { color: rgb(142,162,207); }
H1.HeaderClassName
{
color: #8EA2CF;
}
.AnyTagClassName
{
color: #8EA2CF;
}
</style>
background-color css
<style>
a { background-color: #8EA2CF; }
a { background-color: rgb(142,162,207); }
div.DivClassName
{
background-color: #8EA2CF;
}
.BgClassName
{
background-color: #8EA2CF;
}
</style>
border-color css
<style>
span { border-color: #8EA2CF; }
span { border-color: rgb(142,162,207); }
td.TdClassName
{
border-color: #8EA2CF;
}
.TagClassName
{
border-color: #8EA2CF;
}
</style>