#8EA2CA

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

Shades of Polo Blue #8EA2CA

Tints of Polo Blue #8EA2CA

Color information

#8EA2CA (or 0x8EA2CA) is unknown color: approx Polo Blue. HEX triplet: 8E, A2 and CA. RGB value is (142,162,202). Sum of RGB (Red+Green+Blue) = 142+162+202=506 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.06% from 506); Green value is 162 (63.67% from 255 or 32.02% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 202 - color contains mainly: blue. Hex color #8EA2CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA2CA is #715D35. Grayscale: #A0A0A0. Windows color (decimal): -7429430 or 13279886. OLE color: 13279886.

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

Color convert

RGB142162202-
CMYK0.300.2000.21
HSL220º36.14%67.45%-
HSV(B)220º29.7%79.22%-
XYZ34.7435.8660.97-
YUV160.58151.37114.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.06%
GREEN value IS 162 (63.67% from 255) = 32.02%
BLUE value IS 202 (79.30% from 255) = 39.92%
R=28.06%
G=32.02%
B=39.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1421622020.300.2000.2122036.1467.45
Hex8EA2CA1E14015dc2443
Octal216242312362402533444103
Binary1000111010100010110010101111010100010101110111001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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