#8EA7D1

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

Shades of Polo Blue #8EA7D1

Tints of Polo Blue #8EA7D1

Color information

#8EA7D1 (or 0x8EA7D1) is unknown color: approx Polo Blue. HEX triplet: 8E, A7 and D1. RGB value is (142,167,209). Sum of RGB (Red+Green+Blue) = 142+167+209=518 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.41% from 518); Green value is 167 (65.62% from 255 or 32.24% from 518); Blue value is 209 (82.03% from 255 or 40.35% from 518); Max value from RGB is 209 - color contains mainly: blue. Hex color #8EA7D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA7D1 is #71582E. Grayscale: #A4A4A4. Windows color (decimal): -7428143 or 13739918. OLE color: 13739918.

HSL color Cylindrical-coordinate representation of color #8EA7D1: hue angle of 217.61º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8EA7D1 is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB142167209-
CMYK0.320.2000.18
HSL217.61º42.14%68.82%-
HSV(B)217.61º32.06%81.96%-
XYZ36.4837.9965.73-
YUV164.31153.22112.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.41%
GREEN value IS 167 (65.62% from 255) = 32.24%
BLUE value IS 209 (82.03% from 255) = 40.35%
R=27.41%
G=32.24%
B=40.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1421672090.320.2000.18217.6142.1468.82
Hex8EA7D12014012da2a45
Octal216247321402402233252105
Binary10001110101001111101000110000010100010010110110101010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,167,209); }

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

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

 a { background-color: rgb(142,167,209); }

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

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

 span { border-color: rgb(142,167,209); }

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