#8FA9D6

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

Shades of Polo Blue #8FA9D6

Tints of Polo Blue #8FA9D6

Color information

#8FA9D6 (or 0x8FA9D6) is unknown color: approx Polo Blue. HEX triplet: 8F, A9 and D6. RGB value is (143,169,214). Sum of RGB (Red+Green+Blue) = 143+169+214=526 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.19% from 526); Green value is 169 (66.41% from 255 or 32.13% from 526); Blue value is 214 (83.98% from 255 or 40.68% from 526); Max value from RGB is 214 - color contains mainly: blue. Hex color #8FA9D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA9D6 is #705629. Grayscale: #A6A6A6. Windows color (decimal): -7362090 or 14068111. OLE color: 14068111.

HSL color Cylindrical-coordinate representation of color #8FA9D6: hue angle of 218.03º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FA9D6 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB143169214-
CMYK0.330.2100.16
HSL218.03º46.41%70%-
HSV(B)218.03º33.18%83.92%-
XYZ37.6539.0769.18-
YUV166.36154.89111.34-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.19%
GREEN value IS 169 (66.41% from 255) = 32.13%
BLUE value IS 214 (83.98% from 255) = 40.68%
R=27.19%
G=32.13%
B=40.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1431692140.330.2100.16218.0346.4170
Hex8FA9D62115010da2e46
Octal217251326412502033256106
Binary10001111101010011101011010000110101010000110110101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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