#8FAAD7

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

Shades of Polo Blue #8FAAD7

Tints of Polo Blue #8FAAD7

Color information

#8FAAD7 (or 0x8FAAD7) is unknown color: approx Polo Blue. HEX triplet: 8F, AA and D7. RGB value is (143,170,215). Sum of RGB (Red+Green+Blue) = 143+170+215=528 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.08% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 215 (84.38% from 255 or 40.72% from 528); Max value from RGB is 215 - color contains mainly: blue. Hex color #8FAAD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAAD7 is #705528. Grayscale: #A6A6A6. Windows color (decimal): -7361833 or 14133903. OLE color: 14133903.

HSL color Cylindrical-coordinate representation of color #8FAAD7: hue angle of 217.5º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FAAD7 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB143170215-
CMYK0.330.2100.16
HSL217.5º47.37%70.2%-
HSV(B)217.5º33.49%84.31%-
XYZ37.9739.569.91-
YUV167.06155.05110.84-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.08%
GREEN value IS 170 (66.80% from 255) = 32.20%
BLUE value IS 215 (84.38% from 255) = 40.72%
R=27.08%
G=32.20%
B=40.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1431702150.330.2100.16217.547.3770.2
Hex8FAAD72115010da2f46
Octal217252327412502033257106
Binary10001111101010101101011110000110101010000110110101011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,170,215); }

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

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

 a { background-color: rgb(143,170,215); }

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

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

 span { border-color: rgb(143,170,215); }

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