#8FA9DF

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

Shades of Polo Blue #8FA9DF

Tints of Polo Blue #8FA9DF

Color information

#8FA9DF (or 0x8FA9DF) is unknown color: approx Polo Blue. HEX triplet: 8F, A9 and DF. RGB value is (143,169,223). Sum of RGB (Red+Green+Blue) = 143+169+223=535 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.73% from 535); Green value is 169 (66.41% from 255 or 31.59% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #8FA9DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA9DF is #705620. Grayscale: #A7A7A7. Windows color (decimal): -7362081 or 14657935. OLE color: 14657935.

HSL color Cylindrical-coordinate representation of color #8FA9DF: hue angle of 220.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FA9DF is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB143169223-
CMYK0.360.2400.13
HSL220.5º55.56%71.76%-
HSV(B)220.5º35.87%87.45%-
XYZ38.8339.5475.4-
YUV167.38159.39110.61-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.73%
GREEN value IS 169 (66.41% from 255) = 31.59%
BLUE value IS 223 (87.5% from 255) = 41.68%
R=26.73%
G=31.59%
B=41.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1431692230.360.2400.13220.555.5671.76
Hex8FA9DF24180Ddc3848
Octal217251337443001533470110
Binary1000111110101001110111111001001100001101110111001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,169,223); }

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

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

 a { background-color: rgb(143,169,223); }

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

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

 span { border-color: rgb(143,169,223); }

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