#8EA0C9

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

Shades of Polo Blue #8EA0C9

Tints of Polo Blue #8EA0C9

Color information

#8EA0C9 (or 0x8EA0C9) is unknown color: approx Polo Blue. HEX triplet: 8E, A0 and C9. RGB value is (142,160,201). Sum of RGB (Red+Green+Blue) = 142+160+201=503 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.23% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 201 (78.91% from 255 or 39.96% from 503); Max value from RGB is 201 - color contains mainly: blue. Hex color #8EA0C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA0C9 is #715F36. Grayscale: #9F9F9F. Windows color (decimal): -7429943 or 13213838. OLE color: 13213838.

HSL color Cylindrical-coordinate representation of color #8EA0C9: hue angle of 221.69º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8EA0C9 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB142160201-
CMYK0.290.2000.21
HSL221.69º35.33%67.25%-
HSV(B)221.69º29.35%78.82%-
XYZ34.2735.1160.23-
YUV159.29151.54115.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.23%
GREEN value IS 160 (62.89% from 255) = 31.81%
BLUE value IS 201 (78.91% from 255) = 39.96%
R=28.23%
G=31.81%
B=39.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1421602010.290.2000.21221.6935.3367.25
Hex8EA0C91D14015de2343
Octal216240311352402533643103
Binary1000111010100000110010011110110100010101110111101000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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