#8FAFCA

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

Shades of Polo Blue #8FAFCA

Tints of Polo Blue #8FAFCA

Color information

#8FAFCA (or 0x8FAFCA) is unknown color: approx Polo Blue. HEX triplet: 8F, AF and CA. RGB value is (143,175,202). Sum of RGB (Red+Green+Blue) = 143+175+202=520 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.5% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #8FAFCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAFCA is #705035. Grayscale: #A8A8A8. Windows color (decimal): -7360566 or 13283215. OLE color: 13283215.

HSL color Cylindrical-coordinate representation of color #8FAFCA: hue angle of 207.46º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FAFCA is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB143175202-
CMYK0.290.1300.21
HSL207.46º35.76%67.65%-
HSV(B)207.46º29.21%79.22%-
XYZ37.3240.7661.78-
YUV168.51146.9109.8-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.5%
GREEN value IS 175 (68.75% from 255) = 33.65%
BLUE value IS 202 (79.30% from 255) = 38.85%
R=27.5%
G=33.65%
B=38.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1431752020.290.1300.21207.4635.7667.65
Hex8FAFCA1DD015cf2444
Octal217257312351502531744104
Binary100011111010111111001010111011101010101110011111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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