#8FAADC

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

Shades of Polo Blue #8FAADC

Tints of Polo Blue #8FAADC

Color information

#8FAADC (or 0x8FAADC) is unknown color: approx Polo Blue. HEX triplet: 8F, AA and DC. RGB value is (143,170,220). Sum of RGB (Red+Green+Blue) = 143+170+220=533 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.83% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #8FAADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAADC is #705523. Grayscale: #A7A7A7. Windows color (decimal): -7361828 or 14461583. OLE color: 14461583.

HSL color Cylindrical-coordinate representation of color #8FAADC: hue angle of 218.96º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FAADC is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB143170220-
CMYK0.350.2300.14
HSL218.96º52.38%71.18%-
HSV(B)218.96º35%86.27%-
XYZ38.6239.7673.35-
YUV167.63157.55110.43-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.83%
GREEN value IS 170 (66.80% from 255) = 31.89%
BLUE value IS 220 (86.33% from 255) = 41.28%
R=26.83%
G=31.89%
B=41.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1431702200.350.2300.14218.9652.3871.18
Hex8FAADC23170Edb3447
Octal217252334432701633364107
Binary1000111110101010110111001000111011101110110110111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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