#7DAAD0

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

Shades of Polo Blue #7DAAD0

Tints of Polo Blue #7DAAD0

Color information

#7DAAD0 (or 0x7DAAD0) is unknown color: approx Polo Blue. HEX triplet: 7D, AA and D0. RGB value is (125,170,208). Sum of RGB (Red+Green+Blue) = 125+170+208=503 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.85% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #7DAAD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAAD0 is #82552F. Grayscale: #A0A0A0. Windows color (decimal): -8541488 or 13675133. OLE color: 13675133.

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

Color convert

RGB125170208-
CMYK0.400.1800.18
HSL207.47º46.89%65.29%-
HSV(B)207.47º39.9%81.57%-
XYZ34.2237.6665.14-
YUV160.88154.59102.41-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.85%
GREEN value IS 170 (66.80% from 255) = 33.80%
BLUE value IS 208 (81.64% from 255) = 41.35%
R=24.85%
G=33.80%
B=41.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1251702080.400.1800.18207.4746.8965.29
Hex7DAAD02812012cf2f41
Octal175252320502202231757101
Binary1111101101010101101000010100010010010010110011111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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