#8eaadd

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

Shades of Polo Blue #8EAADD

Tints of Polo Blue #8EAADD

Color information

#8EAADD (or 0x8EAADD) is unknown color: approx Polo Blue. HEX triplet: 8E, AA and DD. RGB value is (142,170,221). Sum of RGB (Red+Green+Blue) = 142+170+221=533 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.64% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #8EAADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAADD is #715522. Grayscale: #A7A7A7. Windows color (decimal): -7427363 or 14527118. OLE color: 14527118.

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

Color convert

RGB142170221-
CMYK0.360.2300.13
HSL218.73º53.74%71.18%-
HSV(B)218.73º35.75%86.67%-
XYZ38.5839.7274.04-
YUV167.44158.22109.85-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.64%
GREEN value IS 170 (66.80% from 255) = 31.89%
BLUE value IS 221 (86.72% from 255) = 41.46%
R=26.64%
G=31.89%
B=41.46%

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
Decimal1421702210.360.2300.13218.7353.7471.18
Hex8EAADD24170Ddb3647
Octal216252335442701533366107
Binary1000111010101010110111011001001011101101110110111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8eaadd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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