#8EB0DC

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

Shades of Polo Blue #8EB0DC

Tints of Polo Blue #8EB0DC

Color information

#8EB0DC (or 0x8EB0DC) is unknown color: approx Polo Blue. HEX triplet: 8E, B0 and DC. RGB value is (142,176,220). Sum of RGB (Red+Green+Blue) = 142+176+220=538 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.39% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #8EB0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EB0DC is #714F23. Grayscale: #AAAAAA. Windows color (decimal): -7425828 or 14463118. OLE color: 14463118.

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

Color convert

RGB142176220-
CMYK0.350.200.14
HSL213.85º52.7%70.98%-
HSV(B)213.85º35.45%86.27%-
XYZ39.641.9773.72-
YUV170.85155.74107.42-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.39%
GREEN value IS 176 (69.14% from 255) = 32.71%
BLUE value IS 220 (86.33% from 255) = 40.89%
R=26.39%
G=32.71%
B=40.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1421762200.350.200.14213.8552.770.98
Hex8EB0DC23140Ed63547
Octal216260334432401632665107
Binary1000111010110000110111001000111010001110110101101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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