#8EADDC

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

Shades of Polo Blue #8EADDC

Tints of Polo Blue #8EADDC

Color information

#8EADDC (or 0x8EADDC) is unknown color: approx Polo Blue. HEX triplet: 8E, AD and DC. RGB value is (142,173,220). Sum of RGB (Red+Green+Blue) = 142+173+220=535 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.54% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #8EADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EADDC is #715223. Grayscale: #A8A8A8. Windows color (decimal): -7426596 or 14462350. OLE color: 14462350.

HSL color Cylindrical-coordinate representation of color #8EADDC: hue angle of 216.15º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EADDC is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB142173220-
CMYK0.350.2100.14
HSL216.15º52.7%70.98%-
HSV(B)216.15º35.45%86.27%-
XYZ39.0240.8173.53-
YUV169.09156.73108.68-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.54%
GREEN value IS 173 (67.97% from 255) = 32.34%
BLUE value IS 220 (86.33% from 255) = 41.12%
R=26.54%
G=32.34%
B=41.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1421732200.350.2100.14216.1552.770.98
Hex8EADDC23150Ed83547
Octal216255334432501633065107
Binary1000111010101101110111001000111010101110110110001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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