#8EA6CA

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

Shades of Polo Blue #8EA6CA

Tints of Polo Blue #8EA6CA

Color information

#8EA6CA (or 0x8EA6CA) is unknown color: approx Polo Blue. HEX triplet: 8E, A6 and CA. RGB value is (142,166,202). Sum of RGB (Red+Green+Blue) = 142+166+202=510 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.84% from 510); Green value is 166 (65.23% from 255 or 32.55% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 202 - color contains mainly: blue. Hex color #8EA6CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA6CA is #715935. Grayscale: #A2A2A2. Windows color (decimal): -7428406 or 13280910. OLE color: 13280910.

HSL color Cylindrical-coordinate representation of color #8EA6CA: hue angle of 216º 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 #8EA6CA is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB142166202-
CMYK0.300.1800.21
HSL216º36.14%67.45%-
HSV(B)216º29.7%79.22%-
XYZ35.4537.2961.21-
YUV162.93150.05113.07-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.84%
GREEN value IS 166 (65.23% from 255) = 32.55%
BLUE value IS 202 (79.30% from 255) = 39.61%
R=27.84%
G=32.55%
B=39.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1421662020.300.1800.2121636.1467.45
Hex8EA6CA1E12015d82443
Octal216246312362202533044103
Binary1000111010100110110010101111010010010101110110001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,166,202); }

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

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

 a { background-color: rgb(142,166,202); }

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

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

 span { border-color: rgb(142,166,202); }

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