#8EA5CA

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

Shades of Polo Blue #8EA5CA

Tints of Polo Blue #8EA5CA

Color information

#8EA5CA (or 0x8EA5CA) is unknown color: approx Polo Blue. HEX triplet: 8E, A5 and CA. RGB value is (142,165,202). Sum of RGB (Red+Green+Blue) = 142+165+202=509 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.90% from 509); Green value is 165 (64.84% from 255 or 32.42% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #8EA5CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA5CA is #715A35. Grayscale: #A2A2A2. Windows color (decimal): -7428662 or 13280654. OLE color: 13280654.

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

Color convert

RGB142165202-
CMYK0.300.1800.21
HSL217º36.14%67.45%-
HSV(B)217º29.7%79.22%-
XYZ35.2736.9361.15-
YUV162.34150.38113.49-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.90%
GREEN value IS 165 (64.84% from 255) = 32.42%
BLUE value IS 202 (79.30% from 255) = 39.69%
R=27.90%
G=32.42%
B=39.69%

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
Decimal1421652020.300.1800.2121736.1467.45
Hex8EA5CA1E12015d92443
Octal216245312362202533144103
Binary1000111010100101110010101111010010010101110110011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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