#8FACCE

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

Shades of Polo Blue #8FACCE

Tints of Polo Blue #8FACCE

Color information

#8FACCE (or 0x8FACCE) is unknown color: approx Polo Blue. HEX triplet: 8F, AC and CE. RGB value is (143,172,206). Sum of RGB (Red+Green+Blue) = 143+172+206=521 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.45% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #8FACCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FACCE is #705331. Grayscale: #A7A7A7. Windows color (decimal): -7361330 or 13544591. OLE color: 13544591.

HSL color Cylindrical-coordinate representation of color #8FACCE: hue angle of 212.38º 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 #8FACCE is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB143172206-
CMYK0.310.1700.19
HSL212.38º39.13%68.43%-
HSV(B)212.38º30.58%80.78%-
XYZ37.2239.864.11-
YUV167.2149.89110.74-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.45%
GREEN value IS 172 (67.58% from 255) = 33.01%
BLUE value IS 206 (80.86% from 255) = 39.54%
R=27.45%
G=33.01%
B=39.54%

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
Decimal1431722060.310.1700.19212.3839.1368.43
Hex8FACCE1F11013d42744
Octal217254316372102332447104
Binary1000111110101100110011101111110001010011110101001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FACCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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