#8DAACD

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

Shades of Polo Blue #8DAACD

Tints of Polo Blue #8DAACD

Color information

#8DAACD (or 0x8DAACD) is unknown color: approx Polo Blue. HEX triplet: 8D, AA and CD. RGB value is (141,170,205). Sum of RGB (Red+Green+Blue) = 141+170+205=516 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.33% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #8DAACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAACD is #725532. Grayscale: #A5A5A5. Windows color (decimal): -7492915 or 13478541. OLE color: 13478541.

HSL color Cylindrical-coordinate representation of color #8DAACD: hue angle of 212.81º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DAACD is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB141170205-
CMYK0.310.1700.20
HSL212.81º39.02%67.84%-
HSV(B)212.81º31.22%80.39%-
XYZ36.3838.8263.33-
YUV165.32150.39110.65-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.33%
GREEN value IS 170 (66.80% from 255) = 32.95%
BLUE value IS 205 (80.47% from 255) = 39.73%
R=27.33%
G=32.95%
B=39.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1411702050.310.1700.20212.8139.0267.84
Hex8DAACD1F11014d52744
Octal215252315372102432547104
Binary1000110110101010110011011111110001010100110101011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,170,205); }

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

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

 a { background-color: rgb(141,170,205); }

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

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

 span { border-color: rgb(141,170,205); }

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