Shades of Polo Blue #8EACCA
Tints of Polo Blue #8EACCA
RGB
CMYK
RGB Variations
Color information
#8EACCA (or 0x8EACCA) is known color: Polo Blue. HEX triplet: 8E, AC and CA. RGB value is (142,172,202). Sum of RGB (Red+Green+Blue) = 142+172+202=516 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.52% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #8EACCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EACCA is #715335. Grayscale: #A6A6A6. Windows color (decimal): -7426870 or 13282446. OLE color: 13282446.
HSL color Cylindrical-coordinate representation of color #8EACCA: hue angle of 210º 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 #8EACCA is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 172 | 202 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.21 |
| HSL | 210º | 0.36% | 0.67% | - |
| HSV(B) | 210º | 0.3% | 0.79% | - |
| XYZ | 36.57 | 39.52 | 61.58 | - |
| YUV | 166.45 | 148.06 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 172 | 202 | 0.30 | 0.15 | 0 | 0.21 | 210 | 0.36 | 0.67 |
| Hex | 8E | AC | CA | 1E | F | 0 | 15 | D2 | 24 | 43 |
| Octal | 216 | 254 | 312 | 36 | 17 | 0 | 25 | 322 | 44 | 103 |
| Binary | 10001110 | 10101100 | 11001010 | 11110 | 1111 | 0 | 10101 | 11010010 | 100100 | 1000011 |
Color Harmonies of #8EACCA
Complementary color
Monochromatic Colors of #8EACCA
Black with #8EACCA
Text Example
Text Example
White with #8EACCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EACCA; }
p { color: rgb(142,172,202); }
H1.HeaderClassName
{
color: #8EACCA;
}
.AnyTagClassName
{
color: #8EACCA;
}
</style>
background-color css
<style>
a { background-color: #8EACCA; }
a { background-color: rgb(142,172,202); }
div.DivClassName
{
background-color: #8EACCA;
}
.BgClassName
{
background-color: #8EACCA;
}
</style>
border-color css
<style>
span { border-color: #8EACCA; }
span { border-color: rgb(142,172,202); }
td.TdClassName
{
border-color: #8EACCA;
}
.TagClassName
{
border-color: #8EACCA;
}
</style>