#7DAACC

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

Shades of Polo Blue #7DAACC

Tints of Polo Blue #7DAACC

Color information

#7DAACC (or 0x7DAACC) is unknown color: approx Polo Blue. HEX triplet: 7D, AA and CC. RGB value is (125,170,204). Sum of RGB (Red+Green+Blue) = 125+170+204=499 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25.05% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #7DAACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAACC is #825533. Grayscale: #A0A0A0. Windows color (decimal): -8541492 or 13412989. OLE color: 13412989.

HSL color Cylindrical-coordinate representation of color #7DAACC: hue angle of 205.82º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DAACC is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB125170204-
CMYK0.390.1700.2
HSL205.82º43.65%64.51%-
HSV(B)205.82º38.73%80%-
XYZ33.7337.4762.58-
YUV160.42152.59102.74-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.05%
GREEN value IS 170 (66.80% from 255) = 34.07%
BLUE value IS 204 (80.08% from 255) = 40.88%
R=25.05%
G=34.07%
B=40.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1251702040.390.1700.2205.8243.6564.51
Hex7DAACC2711014ce2c41
Octal175252314472102431654101
Binary1111101101010101100110010011110001010100110011101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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