#8FACCD

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

Shades of Polo Blue #8FACCD

Tints of Polo Blue #8FACCD

Color information

#8FACCD (or 0x8FACCD) is unknown color: approx Polo Blue. HEX triplet: 8F, AC and CD. RGB value is (143,172,205). Sum of RGB (Red+Green+Blue) = 143+172+205=520 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.5% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #8FACCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FACCD is #705332. Grayscale: #A6A6A6. Windows color (decimal): -7361331 or 13479055. OLE color: 13479055.

HSL color Cylindrical-coordinate representation of color #8FACCD: hue angle of 211.94º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FACCD is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB143172205-
CMYK0.300.1600.20
HSL211.94º38.27%68.24%-
HSV(B)211.94º30.24%80.39%-
XYZ37.139.7563.48-
YUV167.09149.39110.82-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.5%
GREEN value IS 172 (67.58% from 255) = 33.08%
BLUE value IS 205 (80.47% from 255) = 39.42%
R=27.5%
G=33.08%
B=39.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1431722050.300.1600.20211.9438.2768.24
Hex8FACCD1E10014d42644
Octal217254315362002432446104
Binary1000111110101100110011011111010000010100110101001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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