#8EB1DC

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

Shades of Polo Blue #8EB1DC

Tints of Polo Blue #8EB1DC

Color information

#8EB1DC (or 0x8EB1DC) is unknown color: approx Polo Blue. HEX triplet: 8E, B1 and DC. RGB value is (142,177,220). Sum of RGB (Red+Green+Blue) = 142+177+220=539 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.35% from 539); Green value is 177 (69.53% from 255 or 32.84% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #8EB1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EB1DC is #714E23. Grayscale: #ABABAB. Windows color (decimal): -7425572 or 14463374. OLE color: 14463374.

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

Color convert

RGB142177220-
CMYK0.350.2000.14
HSL213.08º52.7%70.98%-
HSV(B)213.08º35.45%86.27%-
XYZ39.842.3673.79-
YUV171.44155.4107-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.35%
GREEN value IS 177 (69.53% from 255) = 32.84%
BLUE value IS 220 (86.33% from 255) = 40.82%
R=26.35%
G=32.84%
B=40.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1421772200.350.2000.14213.0852.770.98
Hex8EB1DC23140Ed53547
Octal216261334432401632565107
Binary1000111010110001110111001000111010001110110101011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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