#8EAECA

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

Shades of Polo Blue #8EAECA

Tints of Polo Blue #8EAECA

Color information

#8EAECA (or 0x8EAECA) is unknown color: approx Polo Blue. HEX triplet: 8E, AE and CA. RGB value is (142,174,202). Sum of RGB (Red+Green+Blue) = 142+174+202=518 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.41% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #8EAECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAECA is #715135. Grayscale: #A7A7A7. Windows color (decimal): -7426358 or 13282958. OLE color: 13282958.

HSL color Cylindrical-coordinate representation of color #8EAECA: hue angle of 208º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EAECA is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB142174202-
CMYK0.300.1400.21
HSL208º36.14%67.45%-
HSV(B)208º29.7%79.22%-
XYZ36.9540.2961.71-
YUV167.62147.4109.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.41%
GREEN value IS 174 (68.36% from 255) = 33.59%
BLUE value IS 202 (79.30% from 255) = 39.00%
R=27.41%
G=33.59%
B=39.00%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1421742020.300.1400.2120836.1467.45
Hex8EAECA1EE015d02443
Octal216256312361602532044103
Binary100011101010111011001010111101110010101110100001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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