#8EA2CE

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

Shades of Polo Blue #8EA2CE

Tints of Polo Blue #8EA2CE

Color information

#8EA2CE (or 0x8EA2CE) is unknown color: approx Polo Blue. HEX triplet: 8E, A2 and CE. RGB value is (142,162,206). Sum of RGB (Red+Green+Blue) = 142+162+206=510 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.84% from 510); Green value is 162 (63.67% from 255 or 31.76% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #8EA2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA2CE is #715D31. Grayscale: #A0A0A0. Windows color (decimal): -7429426 or 13542030. OLE color: 13542030.

HSL color Cylindrical-coordinate representation of color #8EA2CE: hue angle of 221.25º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8EA2CE is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB142162206-
CMYK0.310.2100.19
HSL221.25º39.51%68.24%-
HSV(B)221.25º31.07%80.78%-
XYZ35.2236.0563.49-
YUV161.04153.37114.42-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.84%
GREEN value IS 162 (63.67% from 255) = 31.76%
BLUE value IS 206 (80.86% from 255) = 40.39%
R=27.84%
G=31.76%
B=40.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1421622060.310.2100.19221.2539.5168.24
Hex8EA2CE1F15013dd2844
Octal216242316372502333550104
Binary1000111010100010110011101111110101010011110111011010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EA2CE; }

 p { color: rgb(142,162,206); }

 H1.HeaderClassName
 {
   color: #8EA2CE;
 }
 .AnyTagClassName
 {
   color: #8EA2CE;
 }
</style>
background-color css

<style>
 a { background-color: #8EA2CE; }

 a { background-color: rgb(142,162,206); }

 div.DivClassName
 {
   background-color: #8EA2CE;
 }
 .BgClassName
 {
   background-color: #8EA2CE;
 }
</style>
border-color css

<style>
 span { border-color: #8EA2CE; }

 span { border-color: rgb(142,162,206); }

 td.TdClassName
 {
   border-color: #8EA2CE;
 }
 .TagClassName
 {
   border-color: #8EA2CE;
 }
</style>