#7DA7BE

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

Shades of Glacier #7DA7BE

Tints of Glacier #7DA7BE

Color information

#7DA7BE (or 0x7DA7BE) is unknown color: approx Glacier. HEX triplet: 7D, A7 and BE. RGB value is (125,167,190). Sum of RGB (Red+Green+Blue) = 125+167+190=482 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.93% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 190 - color contains mainly: blue. Hex color #7DA7BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA7BE is #825841. Grayscale: #9C9C9C. Windows color (decimal): -8542274 or 12494717. OLE color: 12494717.

HSL color Cylindrical-coordinate representation of color #7DA7BE: hue angle of 201.23º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DA7BE is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB125167190-
CMYK0.340.1200.25
HSL201.23º33.33%61.76%-
HSV(B)201.23º34.21%74.51%-
XYZ31.5735.7253.94-
YUV157.06146.59105.13-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.93%
GREEN value IS 167 (65.62% from 255) = 34.65%
BLUE value IS 190 (74.61% from 255) = 39.42%
R=25.93%
G=34.65%
B=39.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1251671900.340.1200.25201.2333.3361.76
Hex7DA7BE22C019c9213e
Octal17524727642140313114176
Binary11111011010011110111110100010110001100111001001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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