#7FAACA

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

Shades of Polo Blue #7FAACA

Tints of Polo Blue #7FAACA

Color information

#7FAACA (or 0x7FAACA) is unknown color: approx Polo Blue. HEX triplet: 7F, AA and CA. RGB value is (127,170,202). Sum of RGB (Red+Green+Blue) = 127+170+202=499 (66% of max value = 765). Red value is 127 (50% from 255 or 25.45% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #7FAACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAACA is #805535. Grayscale: #A0A0A0. Windows color (decimal): -8410422 or 13281919. OLE color: 13281919.

HSL color Cylindrical-coordinate representation of color #7FAACA: hue angle of 205.6º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FAACA is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB127170202-
CMYK0.370.1600.21
HSL205.6º41.44%64.51%-
HSV(B)205.6º37.13%79.22%-
XYZ33.7937.5361.34-
YUV160.79151.25103.9-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.45%
GREEN value IS 170 (66.80% from 255) = 34.07%
BLUE value IS 202 (79.30% from 255) = 40.48%
R=25.45%
G=34.07%
B=40.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1271702020.370.1600.21205.641.4464.51
Hex7FAACA2510015ce2941
Octal177252312452002531651101
Binary1111111101010101100101010010110000010101110011101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FAACA; }

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

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

<style>
 a { background-color: #7FAACA; }

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

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

<style>
 span { border-color: #7FAACA; }

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

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