#8DACD1

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

Shades of Polo Blue #8DACD1

Tints of Polo Blue #8DACD1

Color information

#8DACD1 (or 0x8DACD1) is unknown color: approx Polo Blue. HEX triplet: 8D, AC and D1. RGB value is (141,172,209). Sum of RGB (Red+Green+Blue) = 141+172+209=522 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.01% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 209 (82.03% from 255 or 40.04% from 522); Max value from RGB is 209 - color contains mainly: blue. Hex color #8DACD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DACD1 is #72532E. Grayscale: #A6A6A6. Windows color (decimal): -7492399 or 13741197. OLE color: 13741197.

HSL color Cylindrical-coordinate representation of color #8DACD1: hue angle of 212.65º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DACD1 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB141172209-
CMYK0.330.1800.18
HSL212.65º42.5%68.63%-
HSV(B)212.65º32.54%81.96%-
XYZ37.2539.7766.04-
YUV166.95151.73109.49-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.01%
GREEN value IS 172 (67.58% from 255) = 32.95%
BLUE value IS 209 (82.03% from 255) = 40.04%
R=27.01%
G=32.95%
B=40.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1411722090.330.1800.18212.6542.568.63
Hex8DACD12112012d52a45
Octal215254321412202232552105
Binary10001101101011001101000110000110010010010110101011010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DACD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,172,209); }

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

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

 a { background-color: rgb(141,172,209); }

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

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

 span { border-color: rgb(141,172,209); }

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