#7DAEB6

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

Shades of Glacier #7DAEB6

Tints of Glacier #7DAEB6

Color information

#7DAEB6 (or 0x7DAEB6) is unknown color: approx Glacier. HEX triplet: 7D, AE and B6. RGB value is (125,174,182). Sum of RGB (Red+Green+Blue) = 125+174+182=481 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.99% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 182 (71.48% from 255 or 37.84% from 481); Max value from RGB is 182 - color contains mainly: blue. Hex color #7DAEB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAEB6 is #825149. Grayscale: #A0A0A0. Windows color (decimal): -8540490 or 11972221. OLE color: 11972221.

HSL color Cylindrical-coordinate representation of color #7DAEB6: hue angle of 188.42º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7DAEB6 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB125174182-
CMYK0.310.0400.29
HSL188.42º28.08%60.2%-
HSV(B)188.42º31.32%71.37%-
XYZ32.0438.0149.9-
YUV160.26140.27102.85-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.99%
GREEN value IS 174 (68.36% from 255) = 36.17%
BLUE value IS 182 (71.48% from 255) = 37.84%
R=25.99%
G=36.17%
B=37.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1251741820.310.0400.29188.4228.0860.2
Hex7DAEB61F401Dbc1c3c
Octal1752562663740352743474
Binary11111011010111010110110111111000111011011110011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,174,182); }

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

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

 a { background-color: rgb(125,174,182); }

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

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

 span { border-color: rgb(125,174,182); }

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