#8EAEC8

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

Shades of Polo Blue #8EAEC8

Tints of Polo Blue #8EAEC8

Color information

#8EAEC8 (or 0x8EAEC8) is unknown color: approx Polo Blue. HEX triplet: 8E, AE and C8. RGB value is (142,174,200). Sum of RGB (Red+Green+Blue) = 142+174+200=516 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.52% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 200 (78.52% from 255 or 38.76% from 516); Max value from RGB is 200 - color contains mainly: blue. Hex color #8EAEC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAEC8 is #715137. Grayscale: #A7A7A7. Windows color (decimal): -7426360 or 13151886. OLE color: 13151886.

HSL color Cylindrical-coordinate representation of color #8EAEC8: hue angle of 206.9º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8EAEC8 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB142174200-
CMYK0.290.1300.22
HSL206.9º34.52%67.06%-
HSV(B)206.9º29%78.43%-
XYZ36.7240.1960.47-
YUV167.4146.4109.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.52%
GREEN value IS 174 (68.36% from 255) = 33.72%
BLUE value IS 200 (78.52% from 255) = 38.76%
R=27.52%
G=33.72%
B=38.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1421742000.290.1300.22206.934.5267.06
Hex8EAEC81DD016cf2343
Octal216256310351502631743103
Binary100011101010111011001000111011101010110110011111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,174,200); }

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

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

 a { background-color: rgb(142,174,200); }

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

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

 span { border-color: rgb(142,174,200); }

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