#8EAAD5

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

Shades of Polo Blue #8EAAD5

Tints of Polo Blue #8EAAD5

Color information

#8EAAD5 (or 0x8EAAD5) is unknown color: approx Polo Blue. HEX triplet: 8E, AA and D5. RGB value is (142,170,213). Sum of RGB (Red+Green+Blue) = 142+170+213=525 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.05% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 213 (83.59% from 255 or 40.57% from 525); Max value from RGB is 213 - color contains mainly: blue. Hex color #8EAAD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAAD5 is #71552A. Grayscale: #A6A6A6. Windows color (decimal): -7427371 or 14002830. OLE color: 14002830.

HSL color Cylindrical-coordinate representation of color #8EAAD5: hue angle of 216.34º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8EAAD5 is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB142170213-
CMYK0.330.2000.16
HSL216.34º45.81%69.61%-
HSV(B)216.34º33.33%83.53%-
XYZ37.5439.368.56-
YUV166.53154.22110.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.05%
GREEN value IS 170 (66.80% from 255) = 32.38%
BLUE value IS 213 (83.59% from 255) = 40.57%
R=27.05%
G=32.38%
B=40.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1421702130.330.2000.16216.3445.8169.61
Hex8EAAD52114010d82e46
Octal216252325412402033056106
Binary10001110101010101101010110000110100010000110110001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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