#8EACD6

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

Shades of Polo Blue #8EACD6

Tints of Polo Blue #8EACD6

Color information

#8EACD6 (or 0x8EACD6) is unknown color: approx Polo Blue. HEX triplet: 8E, AC and D6. RGB value is (142,172,214). Sum of RGB (Red+Green+Blue) = 142+172+214=528 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.89% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 214 (83.98% from 255 or 40.53% from 528); Max value from RGB is 214 - color contains mainly: blue. Hex color #8EACD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EACD6 is #715329. Grayscale: #A7A7A7. Windows color (decimal): -7426858 or 14068878. OLE color: 14068878.

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

Color convert

RGB142172214-
CMYK0.340.2000.16
HSL215º46.75%69.8%-
HSV(B)215º33.64%83.92%-
XYZ38.0540.1169.36-
YUV167.82154.06109.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.89%
GREEN value IS 172 (67.58% from 255) = 32.58%
BLUE value IS 214 (83.98% from 255) = 40.53%
R=26.89%
G=32.58%
B=40.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1421722140.340.2000.1621546.7569.8
Hex8EACD62214010d72f46
Octal216254326422402032757106
Binary10001110101011001101011010001010100010000110101111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EACD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,172,214); }

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

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

 a { background-color: rgb(142,172,214); }

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

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

 span { border-color: rgb(142,172,214); }

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