#7DACB6

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

Shades of Glacier #7DACB6

Tints of Glacier #7DACB6

Color information

#7DACB6 (or 0x7DACB6) is unknown color: approx Glacier. HEX triplet: 7D, AC and B6. RGB value is (125,172,182). Sum of RGB (Red+Green+Blue) = 125+172+182=479 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.10% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 182 (71.48% from 255 or 38.00% from 479); Max value from RGB is 182 - color contains mainly: blue. Hex color #7DACB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DACB6 is #825349. Grayscale: #9F9F9F. Windows color (decimal): -8541002 or 11971709. OLE color: 11971709.

HSL color Cylindrical-coordinate representation of color #7DACB6: hue angle of 190.53º 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 #7DACB6 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB125172182-
CMYK0.310.0500.29
HSL190.53º28.08%60.2%-
HSV(B)190.53º31.32%71.37%-
XYZ31.6537.2449.78-
YUV159.09140.93103.69-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.10%
GREEN value IS 172 (67.58% from 255) = 35.91%
BLUE value IS 182 (71.48% from 255) = 38.00%
R=26.10%
G=35.91%
B=38.00%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1251721820.310.0500.29190.5328.0860.2
Hex7DACB61F501Dbf1c3c
Octal1752542663750352773474
Binary11111011010110010110110111111010111011011111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DACB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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