#8CACDC

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

Shades of Polo Blue #8CACDC

Tints of Polo Blue #8CACDC

Color information

#8CACDC (or 0x8CACDC) is unknown color: approx Polo Blue. HEX triplet: 8C, AC and DC. RGB value is (140,172,220). Sum of RGB (Red+Green+Blue) = 140+172+220=532 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.32% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #8CACDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CACDC is #735323. Grayscale: #A7A7A7. Windows color (decimal): -7557924 or 14462092. OLE color: 14462092.

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

Color convert

RGB140172220-
CMYK0.360.2200.14
HSL216º53.33%70.59%-
HSV(B)216º36.36%86.27%-
XYZ38.4940.2573.45-
YUV167.9157.4108.1-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.32%
GREEN value IS 172 (67.58% from 255) = 32.33%
BLUE value IS 220 (86.33% from 255) = 41.35%
R=26.32%
G=32.33%
B=41.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1401722200.360.2200.1421653.3370.59
Hex8CACDC24160Ed83547
Octal214254334442601633065107
Binary1000110010101100110111001001001011001110110110001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CACDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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