#8EA9DA

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

Shades of Polo Blue #8EA9DA

Tints of Polo Blue #8EA9DA

Color information

#8EA9DA (or 0x8EA9DA) is unknown color: approx Polo Blue. HEX triplet: 8E, A9 and DA. RGB value is (142,169,218). Sum of RGB (Red+Green+Blue) = 142+169+218=529 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.84% from 529); Green value is 169 (66.41% from 255 or 31.95% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #8EA9DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA9DA is #715625. Grayscale: #A6A6A6. Windows color (decimal): -7427622 or 14330254. OLE color: 14330254.

HSL color Cylindrical-coordinate representation of color #8EA9DA: hue angle of 218.68º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EA9DA is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB142169218-
CMYK0.350.2200.15
HSL218.68º50.67%70.59%-
HSV(B)218.68º34.86%85.49%-
XYZ3839.1971.89-
YUV166.51157.05110.52-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.84%
GREEN value IS 169 (66.41% from 255) = 31.95%
BLUE value IS 218 (85.55% from 255) = 41.21%
R=26.84%
G=31.95%
B=41.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1421692180.350.2200.15218.6850.6770.59
Hex8EA9DA23160Fdb3347
Octal216251332432601733363107
Binary1000111010101001110110101000111011001111110110111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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