#8DACD4

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

Shades of Polo Blue #8DACD4

Tints of Polo Blue #8DACD4

Color information

#8DACD4 (or 0x8DACD4) is unknown color: approx Polo Blue. HEX triplet: 8D, AC and D4. RGB value is (141,172,212). Sum of RGB (Red+Green+Blue) = 141+172+212=525 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.86% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 212 (83.20% from 255 or 40.38% from 525); Max value from RGB is 212 - color contains mainly: blue. Hex color #8DACD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DACD4 is #72532B. Grayscale: #A7A7A7. Windows color (decimal): -7492396 or 13937805. OLE color: 13937805.

HSL color Cylindrical-coordinate representation of color #8DACD4: hue angle of 213.8º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DACD4 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB141172212-
CMYK0.330.1900.17
HSL213.8º45.22%69.22%-
HSV(B)213.8º33.49%83.14%-
XYZ37.6239.9268.01-
YUV167.29153.23109.25-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.86%
GREEN value IS 172 (67.58% from 255) = 32.76%
BLUE value IS 212 (83.20% from 255) = 40.38%
R=26.86%
G=32.76%
B=40.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1411722120.330.1900.17213.845.2269.22
Hex8DACD42113011d62d45
Octal215254324412302132655105
Binary10001101101011001101010010000110011010001110101101011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DACD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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