#8EA3CA

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

Shades of Polo Blue #8EA3CA

Tints of Polo Blue #8EA3CA

Color information

#8EA3CA (or 0x8EA3CA) is unknown color: approx Polo Blue. HEX triplet: 8E, A3 and CA. RGB value is (142,163,202). Sum of RGB (Red+Green+Blue) = 142+163+202=507 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.01% from 507); Green value is 163 (64.06% from 255 or 32.15% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #8EA3CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA3CA is #715C35. Grayscale: #A0A0A0. Windows color (decimal): -7429174 or 13280142. OLE color: 13280142.

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

Color convert

RGB142163202-
CMYK0.300.1900.21
HSL219º36.14%67.45%-
HSV(B)219º29.7%79.22%-
XYZ34.9136.2161.03-
YUV161.17151.04114.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.01%
GREEN value IS 163 (64.06% from 255) = 32.15%
BLUE value IS 202 (79.30% from 255) = 39.84%
R=28.01%
G=32.15%
B=39.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1421632020.300.1900.2121936.1467.45
Hex8EA3CA1E13015db2443
Octal216243312362302533344103
Binary1000111010100011110010101111010011010101110110111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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