#8EA4C6

Color #8EA4C6 Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #8EA4C6

Tints of Polo Blue #8EA4C6

Color information

#8EA4C6 (or 0x8EA4C6) is unknown color: approx 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

RGB142164198-
CMYK0.280.1700.22
HSL216.43º32.94%66.67%-
HSV(B)216.43º28.28%77.65%-
XYZ34.6236.3858.62-
YUV161.3148.71114.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 142 (55.86% from 255) = 28.17%
GREEN value IS 164 (64.45% from 255) = 32.54%
BLUE value IS 198 (77.73% from 255) = 39.29%
R=28.17%
G=32.54%
B=39.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1421641980.280.1700.22216.4332.9466.67
Hex8EA4C61C11016d82143
Octal216244306342102633041103
Binary1000111010100100110001101110010001010110110110001000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA4C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>