#8FA1CC

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

Shades of Polo Blue #8FA1CC

Tints of Polo Blue #8FA1CC

Color information

#8FA1CC (or 0x8FA1CC) is unknown color: approx Polo Blue. HEX triplet: 8F, A1 and CC. RGB value is (143,161,204). Sum of RGB (Red+Green+Blue) = 143+161+204=508 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.15% from 508); Green value is 161 (63.28% from 255 or 31.69% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #8FA1CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA1CC is #705E33. Grayscale: #A0A0A0. Windows color (decimal): -7364148 or 13410703. OLE color: 13410703.

HSL color Cylindrical-coordinate representation of color #8FA1CC: hue angle of 222.3º 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 #8FA1CC is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB143161204-
CMYK0.300.2100.2
HSL222.3º37.42%68.04%-
HSV(B)222.3º29.9%80%-
XYZ34.9735.6962.17-
YUV160.52152.54115.5-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.15%
GREEN value IS 161 (63.28% from 255) = 31.69%
BLUE value IS 204 (80.08% from 255) = 40.16%
R=28.15%
G=31.69%
B=40.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1431612040.300.2100.2222.337.4268.04
Hex8FA1CC1E15014de2544
Octal217241314362502433645104
Binary1000111110100001110011001111010101010100110111101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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