#7DAACD

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

Shades of Polo Blue #7DAACD

Tints of Polo Blue #7DAACD

Color information

#7DAACD (or 0x7DAACD) is unknown color: approx Polo Blue. HEX triplet: 7D, AA and CD. RGB value is (125,170,205). Sum of RGB (Red+Green+Blue) = 125+170+205=500 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #7DAACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAACD is #825532. Grayscale: #A0A0A0. Windows color (decimal): -8541491 or 13478525. OLE color: 13478525.

HSL color Cylindrical-coordinate representation of color #7DAACD: hue angle of 206.25º 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 #7DAACD is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB125170205-
CMYK0.390.1700.20
HSL206.25º44.44%64.71%-
HSV(B)206.25º39.02%80.39%-
XYZ33.8537.5263.21-
YUV160.54153.09102.65-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25%
GREEN value IS 170 (66.80% from 255) = 34%
BLUE value IS 205 (80.47% from 255) = 41%
R=25%
G=34%
B=41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1251702050.390.1700.20206.2544.4464.71
Hex7DAACD2711014ce2c41
Octal175252315472102431654101
Binary1111101101010101100110110011110001010100110011101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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