#7DA6BA

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

Shades of Glacier #7DA6BA

Tints of Glacier #7DA6BA

Color information

#7DA6BA (or 0x7DA6BA) is unknown color: approx Glacier. HEX triplet: 7D, A6 and BA. RGB value is (125,166,186). Sum of RGB (Red+Green+Blue) = 125+166+186=477 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.21% from 477); Green value is 166 (65.23% from 255 or 34.80% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #7DA6BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA6BA is #825945. Grayscale: #9B9B9B. Windows color (decimal): -8542534 or 12232317. OLE color: 12232317.

HSL color Cylindrical-coordinate representation of color #7DA6BA: hue angle of 199.67º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7DA6BA is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB125166186-
CMYK0.330.1100.27
HSL199.67º30.65%60.98%-
HSV(B)199.67º32.8%72.94%-
XYZ30.9635.1851.61-
YUV156.02144.92105.87-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.21%
GREEN value IS 166 (65.23% from 255) = 34.80%
BLUE value IS 186 (73.05% from 255) = 38.99%
R=26.21%
G=34.80%
B=38.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1251661860.330.1100.27199.6730.6560.98
Hex7DA6BA21B01Bc81f3d
Octal17524627241130333103775
Binary1111101101001101011101010000110110110111100100011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,166,186); }

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

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

 a { background-color: rgb(125,166,186); }

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

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

 span { border-color: rgb(125,166,186); }

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