#8DA9DC

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

Shades of Polo Blue #8DA9DC

Tints of Polo Blue #8DA9DC

Color information

#8DA9DC (or 0x8DA9DC) is unknown color: approx Polo Blue. HEX triplet: 8D, A9 and DC. RGB value is (141,169,220). Sum of RGB (Red+Green+Blue) = 141+169+220=530 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.60% from 530); Green value is 169 (66.41% from 255 or 31.89% 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 #8DA9DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA9DC is #725623. Grayscale: #A6A6A6. Windows color (decimal): -7493156 or 14461325. OLE color: 14461325.

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

Color convert

RGB141169220-
CMYK0.360.2300.14
HSL218.73º53.02%70.78%-
HSV(B)218.73º35.91%86.27%-
XYZ38.0939.2173.27-
YUV166.44158.22109.85-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.60%
GREEN value IS 169 (66.41% from 255) = 31.89%
BLUE value IS 220 (86.33% from 255) = 41.51%
R=26.60%
G=31.89%
B=41.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1411692200.360.2300.14218.7353.0270.78
Hex8DA9DC24170Edb3547
Octal215251334442701633365107
Binary1000110110101001110111001001001011101110110110111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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