#7DAEBA

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

Shades of Glacier #7DAEBA

Tints of Glacier #7DAEBA

Color information

#7DAEBA (or 0x7DAEBA) is unknown color: approx Glacier. HEX triplet: 7D, AE and BA. RGB value is (125,174,186). Sum of RGB (Red+Green+Blue) = 125+174+186=485 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.77% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: blue. Hex color #7DAEBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAEBA is #825145. Grayscale: #A0A0A0. Windows color (decimal): -8540486 or 12234365. OLE color: 12234365.

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

Color convert

RGB125174186-
CMYK0.330.0600.27
HSL191.8º30.65%60.98%-
HSV(B)191.8º32.8%72.94%-
XYZ32.4638.1852.11-
YUV160.72142.27102.52-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.77%
GREEN value IS 174 (68.36% from 255) = 35.88%
BLUE value IS 186 (73.05% from 255) = 38.35%
R=25.77%
G=35.88%
B=38.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1251741860.330.0600.27191.830.6560.98
Hex7DAEBA21601Bc01f3d
Octal1752562724160333003775
Binary111110110101110101110101000011100110111100000011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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