#8EABDE

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

Shades of Polo Blue #8EABDE

Tints of Polo Blue #8EABDE

Color information

#8EABDE (or 0x8EABDE) is unknown color: approx Polo Blue. HEX triplet: 8E, AB and DE. RGB value is (142,171,222). Sum of RGB (Red+Green+Blue) = 142+171+222=535 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.54% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #8EABDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EABDE is #715421. Grayscale: #A7A7A7. Windows color (decimal): -7427106 or 14592910. OLE color: 14592910.

HSL color Cylindrical-coordinate representation of color #8EABDE: hue angle of 218.25º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EABDE is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB142171222-
CMYK0.360.2300.13
HSL218.25º54.79%71.37%-
HSV(B)218.25º36.04%87.06%-
XYZ38.940.1574.81-
YUV168.14158.39109.35-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.54%
GREEN value IS 171 (67.19% from 255) = 31.96%
BLUE value IS 222 (87.11% from 255) = 41.50%
R=26.54%
G=31.96%
B=41.50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1421712220.360.2300.13218.2554.7971.37
Hex8EABDE24170Dda3747
Octal216253336442701533267107
Binary1000111010101011110111101001001011101101110110101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EABDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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