Shades of Polo Blue #8EA4C6
Tints of Polo Blue #8EA4C6
RGB
CMYK
RGB Variations
Color information
#8EA4C6 (or 0x8EA4C6) is known color: Polo Blue. HEX triplet: 8E, A4 and C6. RGB value is (142,164,198). Sum of RGB (Red+Green+Blue) = 142+164+198=504 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.17% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 198 (77.73% from 255 or 39.29% from 504); Max value from RGB is 198 - color contains mainly: blue. Hex color #8EA4C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA4C6 is #715B39. Grayscale: #A1A1A1. Windows color (decimal): -7428922 or 13018254. OLE color: 13018254.
HSL color Cylindrical-coordinate representation of color #8EA4C6: hue angle of 216.43º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8EA4C6 is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 164 | 198 | - |
| CMYK | 0.28 | 0.17 | 0 | 0.22 |
| HSL | 216.43º | 0.33% | 0.67% | - |
| HSV(B) | 216.43º | 0.28% | 0.78% | - |
| XYZ | 34.62 | 36.38 | 58.62 | - |
| YUV | 161.3 | 148.71 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 164 | 198 | 0.28 | 0.17 | 0 | 0.22 | 216.43 | 0.33 | 0.67 |
| Hex | 8E | A4 | C6 | 1C | 11 | 0 | 16 | D8 | 21 | 43 |
| Octal | 216 | 244 | 306 | 34 | 21 | 0 | 26 | 330 | 41 | 103 |
| Binary | 10001110 | 10100100 | 11000110 | 11100 | 10001 | 0 | 10110 | 11011000 | 100001 | 1000011 |
Color Harmonies of #8EA4C6
Complementary color
Monochromatic Colors of #8EA4C6
Black with #8EA4C6
Text Example
Text Example
White with #8EA4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA4C6; }
p { color: rgb(142,164,198); }
H1.HeaderClassName
{
color: #8EA4C6;
}
.AnyTagClassName
{
color: #8EA4C6;
}
</style>
background-color css
<style>
a { background-color: #8EA4C6; }
a { background-color: rgb(142,164,198); }
div.DivClassName
{
background-color: #8EA4C6;
}
.BgClassName
{
background-color: #8EA4C6;
}
</style>
border-color css
<style>
span { border-color: #8EA4C6; }
span { border-color: rgb(142,164,198); }
td.TdClassName
{
border-color: #8EA4C6;
}
.TagClassName
{
border-color: #8EA4C6;
}
</style>