#8EA9C4

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

Shades of Polo Blue #8EA9C4

Tints of Polo Blue #8EA9C4

Color information

#8EA9C4 (or 0x8EA9C4) is unknown color: approx Polo Blue. HEX triplet: 8E, A9 and C4. RGB value is (142,169,196). Sum of RGB (Red+Green+Blue) = 142+169+196=507 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.01% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 196 (76.95% from 255 or 38.66% from 507); Max value from RGB is 196 - color contains mainly: blue. Hex color #8EA9C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA9C4 is #71563B. Grayscale: #A3A3A3. Windows color (decimal): -7427644 or 12888462. OLE color: 12888462.

HSL color Cylindrical-coordinate representation of color #8EA9C4: hue angle of 210º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8EA9C4 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB142169196-
CMYK0.280.1400.23
HSL210º31.4%66.27%-
HSV(B)210º27.55%76.86%-
XYZ35.3138.1157.72-
YUV164146.05112.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.01%
GREEN value IS 169 (66.41% from 255) = 33.33%
BLUE value IS 196 (76.95% from 255) = 38.66%
R=28.01%
G=33.33%
B=38.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1421691960.280.1400.2321031.466.27
Hex8EA9C41CE017d21f42
Octal216251304341602732237102
Binary10001110101010011100010011100111001011111010010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,169,196); }

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

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

 a { background-color: rgb(142,169,196); }

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

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

 span { border-color: rgb(142,169,196); }

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