#8DA8DC

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

Shades of Polo Blue #8DA8DC

Tints of Polo Blue #8DA8DC

Color information

#8DA8DC (or 0x8DA8DC) is unknown color: approx Polo Blue. HEX triplet: 8D, A8 and DC. RGB value is (141,168,220). Sum of RGB (Red+Green+Blue) = 141+168+220=529 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.65% from 529); Green value is 168 (66.02% from 255 or 31.76% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #8DA8DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA8DC is #725723. Grayscale: #A5A5A5. Windows color (decimal): -7493412 or 14461069. OLE color: 14461069.

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

Color convert

RGB141168220-
CMYK0.360.2400.14
HSL219.49º53.02%70.78%-
HSV(B)219.49º35.91%86.27%-
XYZ37.9138.8473.21-
YUV165.86158.55110.27-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.65%
GREEN value IS 168 (66.02% from 255) = 31.76%
BLUE value IS 220 (86.33% from 255) = 41.59%
R=26.65%
G=31.76%
B=41.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1411682200.360.2400.14219.4953.0270.78
Hex8DA8DC24180Edb3547
Octal215250334443001633365107
Binary1000110110101000110111001001001100001110110110111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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