#8FAED9

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

Shades of Polo Blue #8FAED9

Tints of Polo Blue #8FAED9

Color information

#8FAED9 (or 0x8FAED9) is unknown color: approx Polo Blue. HEX triplet: 8F, AE and D9. RGB value is (143,174,217). Sum of RGB (Red+Green+Blue) = 143+174+217=534 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.78% from 534); Green value is 174 (68.36% from 255 or 32.58% from 534); Blue value is 217 (85.16% from 255 or 40.64% from 534); Max value from RGB is 217 - color contains mainly: blue. Hex color #8FAED9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAED9 is #705126. Grayscale: #A9A9A9. Windows color (decimal): -7360807 or 14265999. OLE color: 14265999.

HSL color Cylindrical-coordinate representation of color #8FAED9: hue angle of 214.86º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FAED9 is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB143174217-
CMYK0.340.2000.15
HSL214.86º49.33%70.59%-
HSV(B)214.86º34.1%85.1%-
XYZ38.9941.1271.53-
YUV169.63154.73109-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.78%
GREEN value IS 174 (68.36% from 255) = 32.58%
BLUE value IS 217 (85.16% from 255) = 40.64%
R=26.78%
G=32.58%
B=40.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1431742170.340.2000.15214.8649.3370.59
Hex8FAED922140Fd73147
Octal217256331422401732761107
Binary1000111110101110110110011000101010001111110101111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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