Shades of Polo Blue #8EABCA
Tints of Polo Blue #8EABCA
RGB
CMYK
RGB Variations
Color information
#8EABCA (or 0x8EABCA) is known color: Polo Blue. HEX triplet: 8E, AB and CA. RGB value is (142,171,202). Sum of RGB (Red+Green+Blue) = 142+171+202=515 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.57% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 202 - color contains mainly: blue. Hex color #8EABCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EABCA is #715435. Grayscale: #A5A5A5. Windows color (decimal): -7427126 or 13282190. OLE color: 13282190.
HSL color Cylindrical-coordinate representation of color #8EABCA: hue angle of 211º 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 #8EABCA is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 171 | 202 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.21 |
| HSL | 211º | 0.36% | 0.67% | - |
| HSV(B) | 211º | 0.3% | 0.79% | - |
| XYZ | 36.38 | 39.14 | 61.51 | - |
| YUV | 165.86 | 148.39 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 171 | 202 | 0.30 | 0.15 | 0 | 0.21 | 211 | 0.36 | 0.67 |
| Hex | 8E | AB | CA | 1E | F | 0 | 15 | D3 | 24 | 43 |
| Octal | 216 | 253 | 312 | 36 | 17 | 0 | 25 | 323 | 44 | 103 |
| Binary | 10001110 | 10101011 | 11001010 | 11110 | 1111 | 0 | 10101 | 11010011 | 100100 | 1000011 |
Color Harmonies of #8EABCA
Complementary color
Monochromatic Colors of #8EABCA
Black with #8EABCA
Text Example
Text Example
White with #8EABCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EABCA; }
p { color: rgb(142,171,202); }
H1.HeaderClassName
{
color: #8EABCA;
}
.AnyTagClassName
{
color: #8EABCA;
}
</style>
background-color css
<style>
a { background-color: #8EABCA; }
a { background-color: rgb(142,171,202); }
div.DivClassName
{
background-color: #8EABCA;
}
.BgClassName
{
background-color: #8EABCA;
}
</style>
border-color css
<style>
span { border-color: #8EABCA; }
span { border-color: rgb(142,171,202); }
td.TdClassName
{
border-color: #8EABCA;
}
.TagClassName
{
border-color: #8EABCA;
}
</style>