#8FAEDE

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

Shades of Polo Blue #8FAEDE

Tints of Polo Blue #8FAEDE

Color information

#8FAEDE (or 0x8FAEDE) is unknown color: approx Polo Blue. HEX triplet: 8F, AE and DE. RGB value is (143,174,222). Sum of RGB (Red+Green+Blue) = 143+174+222=539 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.53% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #8FAEDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAEDE is #705121. Grayscale: #A9A9A9. Windows color (decimal): -7360802 or 14593679. OLE color: 14593679.

HSL color Cylindrical-coordinate representation of color #8FAEDE: hue angle of 216.46º 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 #8FAEDE is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB143174222-
CMYK0.360.2200.13
HSL216.46º54.48%71.57%-
HSV(B)216.46º35.59%87.06%-
XYZ39.6541.3975.01-
YUV170.2157.23108.6-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.53%
GREEN value IS 174 (68.36% from 255) = 32.28%
BLUE value IS 222 (87.11% from 255) = 41.19%
R=26.53%
G=32.28%
B=41.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1431742220.360.2200.13216.4654.4871.57
Hex8FAEDE24160Dd83648
Octal217256336442601533066110
Binary1000111110101110110111101001001011001101110110001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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