#7DAACA

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

Shades of Polo Blue #7DAACA

Tints of Polo Blue #7DAACA

Color information

#7DAACA (or 0x7DAACA) is unknown color: approx Polo Blue. HEX triplet: 7D, AA and CA. RGB value is (125,170,202). Sum of RGB (Red+Green+Blue) = 125+170+202=497 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.15% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #7DAACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAACA is #825535. Grayscale: #A0A0A0. Windows color (decimal): -8541494 or 13281917. OLE color: 13281917.

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

Color convert

RGB125170202-
CMYK0.380.1600.21
HSL204.94º42.08%64.12%-
HSV(B)204.94º38.12%79.22%-
XYZ33.4937.3761.33-
YUV160.19151.59102.9-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.15%
GREEN value IS 170 (66.80% from 255) = 34.21%
BLUE value IS 202 (79.30% from 255) = 40.64%
R=25.15%
G=34.21%
B=40.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1251702020.380.1600.21204.9442.0864.12
Hex7DAACA2610015cd2a40
Octal175252312462002531552100
Binary1111101101010101100101010011010000010101110011011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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