#8EA8DC

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

Shades of Polo Blue #8EA8DC

Tints of Polo Blue #8EA8DC

Color information

#8EA8DC (or 0x8EA8DC) is unknown color: approx Polo Blue. HEX triplet: 8E, A8 and DC. RGB value is (142,168,220). Sum of RGB (Red+Green+Blue) = 142+168+220=530 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.79% from 530); Green value is 168 (66.02% from 255 or 31.70% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #8EA8DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA8DC is #715723. Grayscale: #A5A5A5. Windows color (decimal): -7427876 or 14461070. OLE color: 14461070.

HSL color Cylindrical-coordinate representation of color #8EA8DC: hue angle of 220º 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 #8EA8DC is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB142168220-
CMYK0.350.2400.14
HSL220º52.7%70.98%-
HSV(B)220º35.45%86.27%-
XYZ38.0838.9273.22-
YUV166.15158.39110.77-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.79%
GREEN value IS 168 (66.02% from 255) = 31.70%
BLUE value IS 220 (86.33% from 255) = 41.51%
R=26.79%
G=31.70%
B=41.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1421682200.350.2400.1422052.770.98
Hex8EA8DC23180Edc3547
Octal216250334433001633465107
Binary1000111010101000110111001000111100001110110111001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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