#8FACDC

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

Shades of Polo Blue #8FACDC

Tints of Polo Blue #8FACDC

Color information

#8FACDC (or 0x8FACDC) is unknown color: approx Polo Blue. HEX triplet: 8F, AC and DC. RGB value is (143,172,220). Sum of RGB (Red+Green+Blue) = 143+172+220=535 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.73% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #8FACDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FACDC is #705323. Grayscale: #A8A8A8. Windows color (decimal): -7361316 or 14462095. OLE color: 14462095.

HSL color Cylindrical-coordinate representation of color #8FACDC: hue angle of 217.4º 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 #8FACDC is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB143172220-
CMYK0.350.2200.14
HSL217.4º52.38%71.18%-
HSV(B)217.4º35%86.27%-
XYZ3940.5173.47-
YUV168.8156.89109.6-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.73%
GREEN value IS 172 (67.58% from 255) = 32.15%
BLUE value IS 220 (86.33% from 255) = 41.12%
R=26.73%
G=32.15%
B=41.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1431722200.350.2200.14217.452.3871.18
Hex8FACDC23160Ed93447
Octal217254334432601633164107
Binary1000111110101100110111001000111011001110110110011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FACDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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