#8DAACC

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

Shades of Polo Blue #8DAACC

Tints of Polo Blue #8DAACC

Color information

#8DAACC (or 0x8DAACC) is unknown color: approx Polo Blue. HEX triplet: 8D, AA and CC. RGB value is (141,170,204). Sum of RGB (Red+Green+Blue) = 141+170+204=515 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.38% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #8DAACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAACC is #725533. Grayscale: #A5A5A5. Windows color (decimal): -7492916 or 13413005. OLE color: 13413005.

HSL color Cylindrical-coordinate representation of color #8DAACC: hue angle of 212.38º degrees, saturation: 0.38, 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 #8DAACC is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB141170204-
CMYK0.310.1700.2
HSL212.38º38.18%67.65%-
HSV(B)212.38º30.88%80%-
XYZ36.2638.7762.7-
YUV165.2149.89110.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.38%
GREEN value IS 170 (66.80% from 255) = 33.01%
BLUE value IS 204 (80.08% from 255) = 39.61%
R=27.38%
G=33.01%
B=39.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1411702040.310.1700.2212.3838.1867.65
Hex8DAACC1F11014d42644
Octal215252314372102432446104
Binary1000110110101010110011001111110001010100110101001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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