#8DACD8

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

Shades of Polo Blue #8DACD8

Tints of Polo Blue #8DACD8

Color information

#8DACD8 (or 0x8DACD8) is unknown color: approx Polo Blue. HEX triplet: 8D, AC and D8. RGB value is (141,172,216). Sum of RGB (Red+Green+Blue) = 141+172+216=529 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.65% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 216 (84.77% from 255 or 40.83% from 529); Max value from RGB is 216 - color contains mainly: blue. Hex color #8DACD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DACD8 is #725327. Grayscale: #A7A7A7. Windows color (decimal): -7492392 or 14199949. OLE color: 14199949.

HSL color Cylindrical-coordinate representation of color #8DACD8: hue angle of 215.2º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DACD8 is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB141172216-
CMYK0.350.2000.15
HSL215.2º49.02%70%-
HSV(B)215.2º34.72%84.71%-
XYZ38.1340.1370.7-
YUV167.75155.23108.92-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.65%
GREEN value IS 172 (67.58% from 255) = 32.51%
BLUE value IS 216 (84.77% from 255) = 40.83%
R=26.65%
G=32.51%
B=40.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1411722160.350.2000.15215.249.0270
Hex8DACD823140Fd73146
Octal215254330432401732761106
Binary1000110110101100110110001000111010001111110101111100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DACD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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