#8DACCF

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

Shades of Polo Blue #8DACCF

Tints of Polo Blue #8DACCF

Color information

#8DACCF (or 0x8DACCF) is unknown color: approx Polo Blue. HEX triplet: 8D, AC and CF. RGB value is (141,172,207). Sum of RGB (Red+Green+Blue) = 141+172+207=520 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.12% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 207 - color contains mainly: blue. Hex color #8DACCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DACCF is #725330. Grayscale: #A6A6A6. Windows color (decimal): -7492401 or 13610125. OLE color: 13610125.

HSL color Cylindrical-coordinate representation of color #8DACCF: hue angle of 211.82º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DACCF is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB141172207-
CMYK0.320.1700.19
HSL211.82º40.74%68.24%-
HSV(B)211.82º31.88%81.18%-
XYZ3739.6764.74-
YUV166.72150.73109.65-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.12%
GREEN value IS 172 (67.58% from 255) = 33.08%
BLUE value IS 207 (81.25% from 255) = 39.81%
R=27.12%
G=33.08%
B=39.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1411722070.320.1700.19211.8240.7468.24
Hex8DACCF2011013d42944
Octal215254317402102332451104
Binary10001101101011001100111110000010001010011110101001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DACCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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