#7FAACF

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

Shades of Polo Blue #7FAACF

Tints of Polo Blue #7FAACF

Color information

#7FAACF (or 0x7FAACF) is unknown color: approx Polo Blue. HEX triplet: 7F, AA and CF. RGB value is (127,170,207). Sum of RGB (Red+Green+Blue) = 127+170+207=504 (66% of max value = 765). Red value is 127 (50% from 255 or 25.20% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #7FAACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAACF is #805530. Grayscale: #A1A1A1. Windows color (decimal): -8410417 or 13609599. OLE color: 13609599.

HSL color Cylindrical-coordinate representation of color #7FAACF: hue angle of 207.75º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FAACF is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB127170207-
CMYK0.390.1800.19
HSL207.75º45.45%65.49%-
HSV(B)207.75º38.65%81.18%-
XYZ34.3937.7764.51-
YUV161.36153.75103.49-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.20%
GREEN value IS 170 (66.80% from 255) = 33.73%
BLUE value IS 207 (81.25% from 255) = 41.07%
R=25.20%
G=33.73%
B=41.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1271702070.390.1800.19207.7545.4565.49
Hex7FAACF2712013d02d41
Octal177252317472202332055101
Binary1111111101010101100111110011110010010011110100001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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