#8AAACC

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

Shades of Polo Blue #8AAACC

Tints of Polo Blue #8AAACC

Color information

#8AAACC (or 0x8AAACC) is unknown color: approx Polo Blue. HEX triplet: 8A, AA and CC. RGB value is (138,170,204). Sum of RGB (Red+Green+Blue) = 138+170+204=512 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.95% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #8AAACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAACC is #755533. Grayscale: #A4A4A4. Windows color (decimal): -7689524 or 13413002. OLE color: 13413002.

HSL color Cylindrical-coordinate representation of color #8AAACC: hue angle of 210.91º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8AAACC is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB138170204-
CMYK0.320.1700.2
HSL210.91º39.29%67.06%-
HSV(B)210.91º32.35%80%-
XYZ35.7638.5162.68-
YUV164.31150.4109.24-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.95%
GREEN value IS 170 (66.80% from 255) = 33.20%
BLUE value IS 204 (80.08% from 255) = 39.84%
R=26.95%
G=33.20%
B=39.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1381702040.320.1700.2210.9139.2967.06
Hex8AAACC2011014d32743
Octal212252314402102432347103
Binary10001010101010101100110010000010001010100110100111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,170,204); }

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

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

 a { background-color: rgb(138,170,204); }

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

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

 span { border-color: rgb(138,170,204); }

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