#8eaacb

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

Shades of Polo Blue #8EAACB

Tints of Polo Blue #8EAACB

Color information

#8EAACB (or 0x8EAACB) is unknown color: approx Polo Blue. HEX triplet: 8E, AA and CB. RGB value is (142,170,203). Sum of RGB (Red+Green+Blue) = 142+170+203=515 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.57% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #8EAACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAACB is #715534. Grayscale: #A5A5A5. Windows color (decimal): -7427381 or 13347470. OLE color: 13347470.

HSL color Cylindrical-coordinate representation of color #8EAACB: hue angle of 212.46º degrees, saturation: 0.37, 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 #8EAACB is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB142170203-
CMYK0.300.1600.20
HSL212.46º36.97%67.65%-
HSV(B)212.46º30.05%79.61%-
XYZ36.3138.8162.08-
YUV165.39149.22111.32-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.57%
GREEN value IS 170 (66.80% from 255) = 33.01%
BLUE value IS 203 (79.69% from 255) = 39.42%
R=27.57%
G=33.01%
B=39.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1421702030.300.1600.20212.4636.9767.65
Hex8EAACB1E10014d42544
Octal216252313362002432445104
Binary1000111010101010110010111111010000010100110101001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8eaacb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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