#8EAAC3

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

Shades of Polo Blue #8EAAC3

Tints of Polo Blue #8EAAC3

Color information

#8EAAC3 (or 0x8EAAC3) is unknown color: approx Polo Blue. HEX triplet: 8E, AA and C3. RGB value is (142,170,195). Sum of RGB (Red+Green+Blue) = 142+170+195=507 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.01% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 195 (76.56% from 255 or 38.46% from 507); Max value from RGB is 195 - color contains mainly: blue. Hex color #8EAAC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAAC3 is #71553C. Grayscale: #A4A4A4. Windows color (decimal): -7427389 or 12823182. OLE color: 12823182.

HSL color Cylindrical-coordinate representation of color #8EAAC3: hue angle of 208.3º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8EAAC3 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB142170195-
CMYK0.270.1300.24
HSL208.3º30.64%66.08%-
HSV(B)208.3º27.18%76.47%-
XYZ35.3838.4457.18-
YUV164.48145.22111.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.01%
GREEN value IS 170 (66.80% from 255) = 33.53%
BLUE value IS 195 (76.56% from 255) = 38.46%
R=28.01%
G=33.53%
B=38.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1421701950.270.1300.24208.330.6466.08
Hex8EAAC31BD018d01f42
Octal216252303331503032037102
Binary10001110101010101100001111011110101100011010000111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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