#8FAFCC

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

Shades of Polo Blue #8FAFCC

Tints of Polo Blue #8FAFCC

Color information

#8FAFCC (or 0x8FAFCC) is unknown color: approx Polo Blue. HEX triplet: 8F, AF and CC. RGB value is (143,175,204). Sum of RGB (Red+Green+Blue) = 143+175+204=522 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.39% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #8FAFCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAFCC is #705033. Grayscale: #A8A8A8. Windows color (decimal): -7360564 or 13414287. OLE color: 13414287.

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

Color convert

RGB143175204-
CMYK0.300.1400.2
HSL208.52º37.42%68.04%-
HSV(B)208.52º29.9%80%-
XYZ37.5640.8663.03-
YUV168.74147.9109.64-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.39%
GREEN value IS 175 (68.75% from 255) = 33.52%
BLUE value IS 204 (80.08% from 255) = 39.08%
R=27.39%
G=33.52%
B=39.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1431752040.300.1400.2208.5237.4268.04
Hex8FAFCC1EE014d12544
Octal217257314361602432145104
Binary100011111010111111001100111101110010100110100011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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