#7DA9CC

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

Shades of Polo Blue #7DA9CC

Tints of Polo Blue #7DA9CC

Color information

#7DA9CC (or 0x7DA9CC) is unknown color: approx Polo Blue. HEX triplet: 7D, A9 and CC. RGB value is (125,169,204). Sum of RGB (Red+Green+Blue) = 125+169+204=498 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.10% from 498); Green value is 169 (66.41% from 255 or 33.94% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #7DA9CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA9CC is #825633. Grayscale: #9F9F9F. Windows color (decimal): -8541748 or 13412733. OLE color: 13412733.

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

Color convert

RGB125169204-
CMYK0.390.1700.2
HSL206.58º43.65%64.51%-
HSV(B)206.58º38.73%80%-
XYZ33.5437.162.52-
YUV159.83152.92103.15-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.10%
GREEN value IS 169 (66.41% from 255) = 33.94%
BLUE value IS 204 (80.08% from 255) = 40.96%
R=25.10%
G=33.94%
B=40.96%

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
Decimal1251692040.390.1700.2206.5843.6564.51
Hex7DA9CC2711014cf2c41
Octal175251314472102431754101
Binary1111101101010011100110010011110001010100110011111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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