#8FAFDE

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

Shades of Polo Blue #8FAFDE

Tints of Polo Blue #8FAFDE

Color information

#8FAFDE (or 0x8FAFDE) is unknown color: approx Polo Blue. HEX triplet: 8F, AF and DE. RGB value is (143,175,222). Sum of RGB (Red+Green+Blue) = 143+175+222=540 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.48% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 222 (87.11% from 255 or 41.11% from 540); Max value from RGB is 222 - color contains mainly: blue. Hex color #8FAFDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAFDE is #705021. Grayscale: #AAAAAA. Windows color (decimal): -7360546 or 14593935. OLE color: 14593935.

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

Color convert

RGB143175222-
CMYK0.360.2100.13
HSL215.7º54.48%71.57%-
HSV(B)215.7º35.59%87.06%-
XYZ39.8441.7775.07-
YUV170.79156.9108.18-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.48%
GREEN value IS 175 (68.75% from 255) = 32.41%
BLUE value IS 222 (87.11% from 255) = 41.11%
R=26.48%
G=32.41%
B=41.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1431752220.360.2100.13215.754.4871.57
Hex8FAFDE24150Dd83648
Octal217257336442501533066110
Binary1000111110101111110111101001001010101101110110001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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