#7DAACF

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

Shades of Polo Blue #7DAACF

Tints of Polo Blue #7DAACF

Color information

#7DAACF (or 0x7DAACF) is unknown color: approx Polo Blue. HEX triplet: 7D, AA and CF. RGB value is (125,170,207). Sum of RGB (Red+Green+Blue) = 125+170+207=502 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.90% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #7DAACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAACF is #825530. Grayscale: #A0A0A0. Windows color (decimal): -8541489 or 13609597. OLE color: 13609597.

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

Color convert

RGB125170207-
CMYK0.400.1800.19
HSL207.07º46.07%65.1%-
HSV(B)207.07º39.61%81.18%-
XYZ34.0937.6164.49-
YUV160.76154.09102.49-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.90%
GREEN value IS 170 (66.80% from 255) = 33.86%
BLUE value IS 207 (81.25% from 255) = 41.24%
R=24.90%
G=33.86%
B=41.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1251702070.400.1800.19207.0746.0765.1
Hex7DAACF2812013cf2e41
Octal175252317502202331756101
Binary1111101101010101100111110100010010010011110011111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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