#8EAECC

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

Shades of Polo Blue #8EAECC

Tints of Polo Blue #8EAECC

Color information

#8EAECC (or 0x8EAECC) is unknown color: approx Polo Blue. HEX triplet: 8E, AE and CC. RGB value is (142,174,204). Sum of RGB (Red+Green+Blue) = 142+174+204=520 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.31% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #8EAECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAECC is #715133. Grayscale: #A7A7A7. Windows color (decimal): -7426356 or 13414030. OLE color: 13414030.

HSL color Cylindrical-coordinate representation of color #8EAECC: hue angle of 209.03º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EAECC is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB142174204-
CMYK0.300.1500.2
HSL209.03º37.8%67.84%-
HSV(B)209.03º30.39%80%-
XYZ37.1940.3862.96-
YUV167.85148.4109.56-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.31%
GREEN value IS 174 (68.36% from 255) = 33.46%
BLUE value IS 204 (80.08% from 255) = 39.23%
R=27.31%
G=33.46%
B=39.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1421742040.300.1500.2209.0337.867.84
Hex8EAECC1EF014d12644
Octal216256314361702432146104
Binary100011101010111011001100111101111010100110100011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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