#8CACD2

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

Shades of Polo Blue #8CACD2

Tints of Polo Blue #8CACD2

Color information

#8CACD2 (or 0x8CACD2) is unknown color: approx Polo Blue. HEX triplet: 8C, AC and D2. RGB value is (140,172,210). Sum of RGB (Red+Green+Blue) = 140+172+210=522 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.82% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 210 (82.42% from 255 or 40.23% from 522); Max value from RGB is 210 - color contains mainly: blue. Hex color #8CACD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CACD2 is #73532D. Grayscale: #A6A6A6. Windows color (decimal): -7557934 or 13806732. OLE color: 13806732.

HSL color Cylindrical-coordinate representation of color #8CACD2: hue angle of 212.57º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CACD2 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB140172210-
CMYK0.330.1800.18
HSL212.57º43.75%68.63%-
HSV(B)212.57º33.33%82.35%-
XYZ37.239.7366.68-
YUV166.76152.4108.91-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.82%
GREEN value IS 172 (67.58% from 255) = 32.95%
BLUE value IS 210 (82.42% from 255) = 40.23%
R=26.82%
G=32.95%
B=40.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1401722100.330.1800.18212.5743.7568.63
Hex8CACD22112012d52c45
Octal214254322412202232554105
Binary10001100101011001101001010000110010010010110101011011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CACD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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