#8FA8DC

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

Shades of Polo Blue #8FA8DC

Tints of Polo Blue #8FA8DC

Color information

#8FA8DC (or 0x8FA8DC) is unknown color: approx Polo Blue. HEX triplet: 8F, A8 and DC. RGB value is (143,168,220). Sum of RGB (Red+Green+Blue) = 143+168+220=531 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.93% from 531); Green value is 168 (66.02% from 255 or 31.64% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #8FA8DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA8DC is #705723. Grayscale: #A6A6A6. Windows color (decimal): -7362340 or 14461071. OLE color: 14461071.

HSL color Cylindrical-coordinate representation of color #8FA8DC: hue angle of 220.52º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FA8DC is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB143168220-
CMYK0.350.2400.14
HSL220.52º52.38%71.18%-
HSV(B)220.52º35%86.27%-
XYZ38.2539.0173.22-
YUV166.45158.22111.27-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.93%
GREEN value IS 168 (66.02% from 255) = 31.64%
BLUE value IS 220 (86.33% from 255) = 41.43%
R=26.93%
G=31.64%
B=41.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1431682200.350.2400.14220.5252.3871.18
Hex8FA8DC23180Edd3447
Octal217250334433001633564107
Binary1000111110101000110111001000111100001110110111011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,168,220); }

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

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

 a { background-color: rgb(143,168,220); }

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

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

 span { border-color: rgb(143,168,220); }

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