#7DA7B6

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

Shades of Glacier #7DA7B6

Tints of Glacier #7DA7B6

Color information

#7DA7B6 (or 0x7DA7B6) is unknown color: approx Glacier. HEX triplet: 7D, A7 and B6. RGB value is (125,167,182). Sum of RGB (Red+Green+Blue) = 125+167+182=474 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.37% from 474); Green value is 167 (65.62% from 255 or 35.23% from 474); Blue value is 182 (71.48% from 255 or 38.40% from 474); Max value from RGB is 182 - color contains mainly: blue. Hex color #7DA7B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA7B6 is #825849. Grayscale: #9C9C9C. Windows color (decimal): -8542282 or 11970429. OLE color: 11970429.

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

Color convert

RGB125167182-
CMYK0.310.0800.29
HSL195.79º28.08%60.2%-
HSV(B)195.79º31.32%71.37%-
XYZ30.7235.3749.46-
YUV156.15142.59105.78-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.37%
GREEN value IS 167 (65.62% from 255) = 35.23%
BLUE value IS 182 (71.48% from 255) = 38.40%
R=26.37%
G=35.23%
B=38.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1251671820.310.0800.29195.7928.0860.2
Hex7DA7B61F801Dc41c3c
Octal17524726637100353043474
Binary111110110100111101101101111110000111011100010011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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