#8DACDD

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

Shades of Polo Blue #8DACDD

Tints of Polo Blue #8DACDD

Color information

#8DACDD (or 0x8DACDD) is unknown color: approx Polo Blue. HEX triplet: 8D, AC and DD. RGB value is (141,172,221). Sum of RGB (Red+Green+Blue) = 141+172+221=534 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.40% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #8DACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DACDD is #725322. Grayscale: #A8A8A8. Windows color (decimal): -7492387 or 14527629. OLE color: 14527629.

HSL color Cylindrical-coordinate representation of color #8DACDD: hue angle of 216.75º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DACDD is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB141172221-
CMYK0.360.2200.13
HSL216.75º54.05%70.98%-
HSV(B)216.75º36.2%86.67%-
XYZ38.7940.3974.16-
YUV168.32157.73108.52-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.40%
GREEN value IS 172 (67.58% from 255) = 32.21%
BLUE value IS 221 (86.72% from 255) = 41.39%
R=26.40%
G=32.21%
B=41.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1411722210.360.2200.13216.7554.0570.98
Hex8DACDD24160Dd93647
Octal215254335442601533166107
Binary1000110110101100110111011001001011001101110110011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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