Shades of Polo Blue #8EA3CF
Tints of Polo Blue #8EA3CF
RGB
CMYK
RGB Variations
Color information
#8EA3CF (or 0x8EA3CF) is known color: Polo Blue. HEX triplet: 8E, A3 and CF. RGB value is (142,163,207). Sum of RGB (Red+Green+Blue) = 142+163+207=512 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.73% from 512); Green value is 163 (64.06% from 255 or 31.84% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #8EA3CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA3CF is #715C30. Grayscale: #A1A1A1. Windows color (decimal): -7429169 or 13607822. OLE color: 13607822.
HSL color Cylindrical-coordinate representation of color #8EA3CF: hue angle of 220.62º 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 #8EA3CF is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 163 | 207 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.19 |
| HSL | 220.62º | 0.4% | 0.68% | - |
| HSV(B) | 220.62º | 0.31% | 0.81% | - |
| XYZ | 35.52 | 36.45 | 64.2 | - |
| YUV | 161.74 | 153.54 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 163 | 207 | 0.31 | 0.21 | 0 | 0.19 | 220.62 | 0.4 | 0.68 |
| Hex | 8E | A3 | CF | 1F | 15 | 0 | 13 | DD | 28 | 44 |
| Octal | 216 | 243 | 317 | 37 | 25 | 0 | 23 | 335 | 50 | 104 |
| Binary | 10001110 | 10100011 | 11001111 | 11111 | 10101 | 0 | 10011 | 11011101 | 101000 | 1000100 |
Color Harmonies of #8EA3CF
Complementary color
Monochromatic Colors of #8EA3CF
Black with #8EA3CF
Text Example
Text Example
White with #8EA3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA3CF; }
p { color: rgb(142,163,207); }
H1.HeaderClassName
{
color: #8EA3CF;
}
.AnyTagClassName
{
color: #8EA3CF;
}
</style>
background-color css
<style>
a { background-color: #8EA3CF; }
a { background-color: rgb(142,163,207); }
div.DivClassName
{
background-color: #8EA3CF;
}
.BgClassName
{
background-color: #8EA3CF;
}
</style>
border-color css
<style>
span { border-color: #8EA3CF; }
span { border-color: rgb(142,163,207); }
td.TdClassName
{
border-color: #8EA3CF;
}
.TagClassName
{
border-color: #8EA3CF;
}
</style>