#7DA8BE

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

Shades of Glacier #7DA8BE

Tints of Glacier #7DA8BE

Color information

#7DA8BE (or 0x7DA8BE) is unknown color: approx Glacier. HEX triplet: 7D, A8 and BE. RGB value is (125,168,190). Sum of RGB (Red+Green+Blue) = 125+168+190=483 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.88% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #7DA8BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA8BE is #825741. Grayscale: #9D9D9D. Windows color (decimal): -8542018 or 12494973. OLE color: 12494973.

HSL color Cylindrical-coordinate representation of color #7DA8BE: hue angle of 200.31º 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 #7DA8BE is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB125168190-
CMYK0.340.1200.25
HSL200.31º33.33%61.76%-
HSV(B)200.31º34.21%74.51%-
XYZ31.7536.0854.01-
YUV157.65146.25104.71-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.88%
GREEN value IS 168 (66.02% from 255) = 34.78%
BLUE value IS 190 (74.61% from 255) = 39.34%
R=25.88%
G=34.78%
B=39.34%

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
Decimal1251681900.340.1200.25200.3133.3361.76
Hex7DA8BE22C019c8213e
Octal17525027642140313104176
Binary11111011010100010111110100010110001100111001000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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