#8EABC4

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

Shades of Polo Blue #8EABC4

Tints of Polo Blue #8EABC4

Color information

#8EABC4 (or 0x8EABC4) is unknown color: approx Polo Blue. HEX triplet: 8E, AB and C4. RGB value is (142,171,196). Sum of RGB (Red+Green+Blue) = 142+171+196=509 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.90% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 196 (76.95% from 255 or 38.51% from 509); Max value from RGB is 196 - color contains mainly: blue. Hex color #8EABC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EABC4 is #71543B. Grayscale: #A5A5A5. Windows color (decimal): -7427132 or 12888974. OLE color: 12888974.

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

Color convert

RGB142171196-
CMYK0.280.1300.23
HSL207.78º31.4%66.27%-
HSV(B)207.78º27.55%76.86%-
XYZ35.6838.8657.85-
YUV165.18145.39111.47-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.90%
GREEN value IS 171 (67.19% from 255) = 33.60%
BLUE value IS 196 (76.95% from 255) = 38.51%
R=27.90%
G=33.60%
B=38.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1421711960.280.1300.23207.7831.466.27
Hex8EABC41CD017d01f42
Octal216253304341502732037102
Binary10001110101010111100010011100110101011111010000111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EABC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,171,196); }

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

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

 a { background-color: rgb(142,171,196); }

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

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

 span { border-color: rgb(142,171,196); }

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