#8EAEDE

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

Shades of Polo Blue #8EAEDE

Tints of Polo Blue #8EAEDE

Color information

#8EAEDE (or 0x8EAEDE) is unknown color: approx Polo Blue. HEX triplet: 8E, AE and DE. RGB value is (142,174,222). Sum of RGB (Red+Green+Blue) = 142+174+222=538 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.39% from 538); Green value is 174 (68.36% from 255 or 32.34% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #8EAEDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAEDE is #715121. Grayscale: #A9A9A9. Windows color (decimal): -7426338 or 14593678. OLE color: 14593678.

HSL color Cylindrical-coordinate representation of color #8EAEDE: hue angle of 216º 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 #8EAEDE is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB142174222-
CMYK0.360.2200.13
HSL216º54.79%71.37%-
HSV(B)216º36.04%87.06%-
XYZ39.4841.375-
YUV169.9157.4108.1-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.39%
GREEN value IS 174 (68.36% from 255) = 32.34%
BLUE value IS 222 (87.11% from 255) = 41.26%
R=26.39%
G=32.34%
B=41.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1421742220.360.2200.1321654.7971.37
Hex8EAEDE24160Dd83747
Octal216256336442601533067107
Binary1000111010101110110111101001001011001101110110001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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