#8EA0CA

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

Shades of Polo Blue #8EA0CA

Tints of Polo Blue #8EA0CA

Color information

#8EA0CA (or 0x8EA0CA) is unknown color: approx Polo Blue. HEX triplet: 8E, A0 and CA. RGB value is (142,160,202). Sum of RGB (Red+Green+Blue) = 142+160+202=504 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.17% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #8EA0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA0CA is #715F35. Grayscale: #9F9F9F. Windows color (decimal): -7429942 or 13279374. OLE color: 13279374.

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

Color convert

RGB142160202-
CMYK0.300.2100.21
HSL222º36.14%67.45%-
HSV(B)222º29.7%79.22%-
XYZ34.3935.1660.85-
YUV159.41152.04115.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.17%
GREEN value IS 160 (62.89% from 255) = 31.75%
BLUE value IS 202 (79.30% from 255) = 40.08%
R=28.17%
G=31.75%
B=40.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1421602020.300.2100.2122236.1467.45
Hex8EA0CA1E15015de2443
Octal216240312362502533644103
Binary1000111010100000110010101111010101010101110111101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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