#8EAAD9

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

Shades of Polo Blue #8EAAD9

Tints of Polo Blue #8EAAD9

Color information

#8EAAD9 (or 0x8EAAD9) is unknown color: approx Polo Blue. HEX triplet: 8E, AA and D9. RGB value is (142,170,217). Sum of RGB (Red+Green+Blue) = 142+170+217=529 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.84% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 217 (85.16% from 255 or 41.02% from 529); Max value from RGB is 217 - color contains mainly: blue. Hex color #8EAAD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAAD9 is #715526. Grayscale: #A6A6A6. Windows color (decimal): -7427367 or 14264974. OLE color: 14264974.

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

Color convert

RGB142170217-
CMYK0.350.2200.15
HSL217.6º49.67%70.39%-
HSV(B)217.6º34.56%85.1%-
XYZ38.0539.5171.27-
YUV166.99156.22110.18-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.84%
GREEN value IS 170 (66.80% from 255) = 32.14%
BLUE value IS 217 (85.16% from 255) = 41.02%
R=26.84%
G=32.14%
B=41.02%

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
Decimal1421702170.350.2200.15217.649.6770.39
Hex8EAAD923160Fda3246
Octal216252331432601733262106
Binary1000111010101010110110011000111011001111110110101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,170,217); }

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

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

 a { background-color: rgb(142,170,217); }

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

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

 span { border-color: rgb(142,170,217); }

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