#8CACC9

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

Shades of Polo Blue #8CACC9

Tints of Polo Blue #8CACC9

Color information

#8CACC9 (or 0x8CACC9) is unknown color: approx Polo Blue. HEX triplet: 8C, AC and C9. RGB value is (140,172,201). Sum of RGB (Red+Green+Blue) = 140+172+201=513 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.29% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 201 (78.91% from 255 or 39.18% from 513); Max value from RGB is 201 - color contains mainly: blue. Hex color #8CACC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CACC9 is #735336. Grayscale: #A5A5A5. Windows color (decimal): -7557943 or 13216908. OLE color: 13216908.

HSL color Cylindrical-coordinate representation of color #8CACC9: hue angle of 208.52º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8CACC9 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB140172201-
CMYK0.300.1400.21
HSL208.52º36.09%66.86%-
HSV(B)208.52º30.35%78.82%-
XYZ36.1139.360.94-
YUV165.74147.9109.64-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.29%
GREEN value IS 172 (67.58% from 255) = 33.53%
BLUE value IS 201 (78.91% from 255) = 39.18%
R=27.29%
G=33.53%
B=39.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1401722010.300.1400.21208.5236.0966.86
Hex8CACC91EE015d12443
Octal214254311361602532144103
Binary100011001010110011001001111101110010101110100011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CACC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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