#8AACC5

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

Shades of Polo Blue #8AACC5

Tints of Polo Blue #8AACC5

Color information

#8AACC5 (or 0x8AACC5) is unknown color: approx Polo Blue. HEX triplet: 8A, AC and C5. RGB value is (138,172,197). Sum of RGB (Red+Green+Blue) = 138+172+197=507 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.22% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 197 (77.34% from 255 or 38.86% from 507); Max value from RGB is 197 - color contains mainly: blue. Hex color #8AACC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AACC5 is #75533A. Grayscale: #A4A4A4. Windows color (decimal): -7689019 or 12954762. OLE color: 12954762.

HSL color Cylindrical-coordinate representation of color #8AACC5: hue angle of 205.42º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8AACC5 is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB138172197-
CMYK0.300.1300.23
HSL205.42º33.71%65.69%-
HSV(B)205.42º29.95%77.25%-
XYZ35.3138.9458.48-
YUV164.68146.24108.97-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.22%
GREEN value IS 172 (67.58% from 255) = 33.93%
BLUE value IS 197 (77.34% from 255) = 38.86%
R=27.22%
G=33.93%
B=38.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1381721970.300.1300.23205.4233.7165.69
Hex8AACC51ED017cd2242
Octal212254305361502731542102
Binary100010101010110011000101111101101010111110011011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AACC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,172,197); }

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

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

 a { background-color: rgb(138,172,197); }

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

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

 span { border-color: rgb(138,172,197); }

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