#8EACD0

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

Shades of Polo Blue #8EACD0

Tints of Polo Blue #8EACD0

Color information

#8EACD0 (or 0x8EACD0) is unknown color: approx Polo Blue. HEX triplet: 8E, AC and D0. RGB value is (142,172,208). Sum of RGB (Red+Green+Blue) = 142+172+208=522 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.20% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 208 - color contains mainly: blue. Hex color #8EACD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EACD0 is #71532F. Grayscale: #A6A6A6. Windows color (decimal): -7426864 or 13675662. OLE color: 13675662.

HSL color Cylindrical-coordinate representation of color #8EACD0: hue angle of 212.73º degrees, saturation: 0.41, 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 #8EACD0 is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB142172208-
CMYK0.320.1700.18
HSL212.73º41.25%68.63%-
HSV(B)212.73º31.73%81.57%-
XYZ37.2939.8165.39-
YUV167.13151.06110.07-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.20%
GREEN value IS 172 (67.58% from 255) = 32.95%
BLUE value IS 208 (81.64% from 255) = 39.85%
R=27.20%
G=32.95%
B=39.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1421722080.320.1700.18212.7341.2568.63
Hex8EACD02011012d52945
Octal216254320402102232551105
Binary10001110101011001101000010000010001010010110101011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EACD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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