#8FAACD

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

Shades of Polo Blue #8FAACD

Tints of Polo Blue #8FAACD

Color information

#8FAACD (or 0x8FAACD) is unknown color: approx Polo Blue. HEX triplet: 8F, AA and CD. RGB value is (143,170,205). Sum of RGB (Red+Green+Blue) = 143+170+205=518 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.61% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #8FAACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAACD is #705532. Grayscale: #A5A5A5. Windows color (decimal): -7361843 or 13478543. OLE color: 13478543.

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

Color convert

RGB143170205-
CMYK0.300.1700.20
HSL213.87º38.27%68.24%-
HSV(B)213.87º30.24%80.39%-
XYZ36.723963.35-
YUV165.92150.05111.65-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.61%
GREEN value IS 170 (66.80% from 255) = 32.82%
BLUE value IS 205 (80.47% from 255) = 39.58%
R=27.61%
G=32.82%
B=39.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1431702050.300.1700.20213.8738.2768.24
Hex8FAACD1E11014d62644
Octal217252315362102432646104
Binary1000111110101010110011011111010001010100110101101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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