#8FAACE

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

Shades of Polo Blue #8FAACE

Tints of Polo Blue #8FAACE

Color information

#8FAACE (or 0x8FAACE) is unknown color: approx Polo Blue. HEX triplet: 8F, AA and CE. RGB value is (143,170,206). Sum of RGB (Red+Green+Blue) = 143+170+206=519 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.55% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #8FAACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAACE is #705531. Grayscale: #A5A5A5. Windows color (decimal): -7361842 or 13544079. OLE color: 13544079.

HSL color Cylindrical-coordinate representation of color #8FAACE: hue angle of 214.29º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FAACE is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB143170206-
CMYK0.310.1700.19
HSL214.29º39.13%68.43%-
HSV(B)214.29º30.58%80.78%-
XYZ36.8439.0563.99-
YUV166.03150.55111.57-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.55%
GREEN value IS 170 (66.80% from 255) = 32.76%
BLUE value IS 206 (80.86% from 255) = 39.69%
R=27.55%
G=32.76%
B=39.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1431702060.310.1700.19214.2939.1368.43
Hex8FAACE1F11013d62744
Octal217252316372102332647104
Binary1000111110101010110011101111110001010011110101101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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