#8FAACC

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

Shades of Polo Blue #8FAACC

Tints of Polo Blue #8FAACC

Color information

#8FAACC (or 0x8FAACC) is unknown color: approx Polo Blue. HEX triplet: 8F, AA and CC. RGB value is (143,170,204). Sum of RGB (Red+Green+Blue) = 143+170+204=517 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.66% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #8FAACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAACC is #705533. Grayscale: #A5A5A5. Windows color (decimal): -7361844 or 13413007. OLE color: 13413007.

HSL color Cylindrical-coordinate representation of color #8FAACC: hue angle of 213.44º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FAACC is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB143170204-
CMYK0.300.1700.2
HSL213.44º37.42%68.04%-
HSV(B)213.44º29.9%80%-
XYZ36.638.9562.72-
YUV165.8149.55111.74-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.66%
GREEN value IS 170 (66.80% from 255) = 32.88%
BLUE value IS 204 (80.08% from 255) = 39.46%
R=27.66%
G=32.88%
B=39.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1431702040.300.1700.2213.4437.4268.04
Hex8FAACC1E11014d52544
Octal217252314362102432545104
Binary1000111110101010110011001111010001010100110101011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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