#8EB0DD

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

Shades of Polo Blue #8EB0DD

Tints of Polo Blue #8EB0DD

Color information

#8EB0DD (or 0x8EB0DD) is unknown color: approx Polo Blue. HEX triplet: 8E, B0 and DD. RGB value is (142,176,221). Sum of RGB (Red+Green+Blue) = 142+176+221=539 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.35% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #8EB0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EB0DD is #714F22. Grayscale: #AAAAAA. Windows color (decimal): -7425827 or 14528654. OLE color: 14528654.

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

Color convert

RGB142176221-
CMYK0.360.2000.13
HSL214.18º53.74%71.18%-
HSV(B)214.18º35.75%86.67%-
XYZ39.7342.0274.42-
YUV170.96156.24107.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.35%
GREEN value IS 176 (69.14% from 255) = 32.65%
BLUE value IS 221 (86.72% from 255) = 41.00%
R=26.35%
G=32.65%
B=41.00%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1421762210.360.2000.13214.1853.7471.18
Hex8EB0DD24140Dd63647
Octal216260335442401532666107
Binary1000111010110000110111011001001010001101110101101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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