Shades of Polo Blue #8EACCB
Tints of Polo Blue #8EACCB
RGB
CMYK
RGB Variations
Color information
#8EACCB (or 0x8EACCB) is known color: Polo Blue. HEX triplet: 8E, AC and CB. RGB value is (142,172,203). Sum of RGB (Red+Green+Blue) = 142+172+203=517 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.47% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #8EACCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EACCB is #715334. Grayscale: #A6A6A6. Windows color (decimal): -7426869 or 13347982. OLE color: 13347982.
HSL color Cylindrical-coordinate representation of color #8EACCB: hue angle of 210.49º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EACCB is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 172 | 203 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.20 |
| HSL | 210.49º | 0.37% | 0.68% | - |
| HSV(B) | 210.49º | 0.3% | 0.8% | - |
| XYZ | 36.69 | 39.57 | 62.2 | - |
| YUV | 166.56 | 148.56 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 172 | 203 | 0.30 | 0.15 | 0 | 0.20 | 210.49 | 0.37 | 0.68 |
| Hex | 8E | AC | CB | 1E | F | 0 | 14 | D2 | 25 | 44 |
| Octal | 216 | 254 | 313 | 36 | 17 | 0 | 24 | 322 | 45 | 104 |
| Binary | 10001110 | 10101100 | 11001011 | 11110 | 1111 | 0 | 10100 | 11010010 | 100101 | 1000100 |
Color Harmonies of #8EACCB
Complementary color
Monochromatic Colors of #8EACCB
Black with #8EACCB
Text Example
Text Example
White with #8EACCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EACCB; }
p { color: rgb(142,172,203); }
H1.HeaderClassName
{
color: #8EACCB;
}
.AnyTagClassName
{
color: #8EACCB;
}
</style>
background-color css
<style>
a { background-color: #8EACCB; }
a { background-color: rgb(142,172,203); }
div.DivClassName
{
background-color: #8EACCB;
}
.BgClassName
{
background-color: #8EACCB;
}
</style>
border-color css
<style>
span { border-color: #8EACCB; }
span { border-color: rgb(142,172,203); }
td.TdClassName
{
border-color: #8EACCB;
}
.TagClassName
{
border-color: #8EACCB;
}
</style>