#8DACDC

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

Shades of Polo Blue #8DACDC

Tints of Polo Blue #8DACDC

Color information

#8DACDC (or 0x8DACDC) is unknown color: approx Polo Blue. HEX triplet: 8D, AC and DC. RGB value is (141,172,220). Sum of RGB (Red+Green+Blue) = 141+172+220=533 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.45% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #8DACDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DACDC is #725323. Grayscale: #A7A7A7. Windows color (decimal): -7492388 or 14462093. OLE color: 14462093.

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

Color convert

RGB141172220-
CMYK0.360.2200.14
HSL216.46º53.02%70.78%-
HSV(B)216.46º35.91%86.27%-
XYZ38.6640.3473.46-
YUV168.2157.23108.6-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.45%
GREEN value IS 172 (67.58% from 255) = 32.27%
BLUE value IS 220 (86.33% from 255) = 41.28%
R=26.45%
G=32.27%
B=41.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1411722200.360.2200.14216.4653.0270.78
Hex8DACDC24160Ed83547
Octal215254334442601633065107
Binary1000110110101100110111001001001011001110110110001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DACDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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