#8AAACA

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

Shades of Polo Blue #8AAACA

Tints of Polo Blue #8AAACA

Color information

#8AAACA (or 0x8AAACA) is unknown color: approx Polo Blue. HEX triplet: 8A, AA and CA. RGB value is (138,170,202). Sum of RGB (Red+Green+Blue) = 138+170+202=510 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.06% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 202 - color contains mainly: blue. Hex color #8AAACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAACA is #755535. Grayscale: #A3A3A3. Windows color (decimal): -7689526 or 13281930. OLE color: 13281930.

HSL color Cylindrical-coordinate representation of color #8AAACA: hue angle of 210º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8AAACA is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB138170202-
CMYK0.320.1600.21
HSL210º37.65%66.67%-
HSV(B)210º31.68%79.22%-
XYZ35.5238.4261.42-
YUV164.08149.4109.4-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.06%
GREEN value IS 170 (66.80% from 255) = 33.33%
BLUE value IS 202 (79.30% from 255) = 39.61%
R=27.06%
G=33.33%
B=39.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1381702020.320.1600.2121037.6566.67
Hex8AAACA2010015d22643
Octal212252312402002532246103
Binary10001010101010101100101010000010000010101110100101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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