#7DACBA

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

Shades of Glacier #7DACBA

Tints of Glacier #7DACBA

Color information

#7DACBA (or 0x7DACBA) is unknown color: approx Glacier. HEX triplet: 7D, AC and BA. RGB value is (125,172,186). Sum of RGB (Red+Green+Blue) = 125+172+186=483 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.88% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #7DACBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DACBA is #825345. Grayscale: #9F9F9F. Windows color (decimal): -8540998 or 12233853. OLE color: 12233853.

HSL color Cylindrical-coordinate representation of color #7DACBA: hue angle of 193.77º 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 #7DACBA is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB125172186-
CMYK0.330.0800.27
HSL193.77º30.65%60.98%-
HSV(B)193.77º32.8%72.94%-
XYZ32.0737.4151.98-
YUV159.54142.93103.36-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.88%
GREEN value IS 172 (67.58% from 255) = 35.61%
BLUE value IS 186 (73.05% from 255) = 38.51%
R=25.88%
G=35.61%
B=38.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1251721860.330.0800.27193.7730.6560.98
Hex7DACBA21801Bc21f3d
Octal17525427241100333023775
Binary1111101101011001011101010000110000110111100001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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