#8EADDE

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

Shades of Polo Blue #8EADDE

Tints of Polo Blue #8EADDE

Color information

#8EADDE (or 0x8EADDE) is unknown color: approx Polo Blue. HEX triplet: 8E, AD and DE. RGB value is (142,173,222). Sum of RGB (Red+Green+Blue) = 142+173+222=537 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.44% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 222 - color contains mainly: blue. Hex color #8EADDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EADDE is #715221. Grayscale: #A9A9A9. Windows color (decimal): -7426594 or 14593422. OLE color: 14593422.

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

Color convert

RGB142173222-
CMYK0.360.2200.13
HSL216.75º54.79%71.37%-
HSV(B)216.75º36.04%87.06%-
XYZ39.2840.9174.93-
YUV169.32157.73108.52-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.44%
GREEN value IS 173 (67.97% from 255) = 32.22%
BLUE value IS 222 (87.11% from 255) = 41.34%
R=26.44%
G=32.22%
B=41.34%

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
Decimal1421732220.360.2200.13216.7554.7971.37
Hex8EADDE24160Dd93747
Octal216255336442601533167107
Binary1000111010101101110111101001001011001101110110011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EADDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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