#7DAABA

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

Shades of Glacier #7DAABA

Tints of Glacier #7DAABA

Color information

#7DAABA (or 0x7DAABA) is unknown color: approx Glacier. HEX triplet: 7D, AA and BA. RGB value is (125,170,186). Sum of RGB (Red+Green+Blue) = 125+170+186=481 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.99% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #7DAABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAABA is #825545. Grayscale: #9E9E9E. Windows color (decimal): -8541510 or 12233341. OLE color: 12233341.

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

Color convert

RGB125170186-
CMYK0.330.0900.27
HSL195.74º30.65%60.98%-
HSV(B)195.74º32.8%72.94%-
XYZ31.736.6551.86-
YUV158.37143.59104.2-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.99%
GREEN value IS 170 (66.80% from 255) = 35.34%
BLUE value IS 186 (73.05% from 255) = 38.67%
R=25.99%
G=35.34%
B=38.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1251701860.330.0900.27195.7430.6560.98
Hex7DAABA21901Bc41f3d
Octal17525227241110333043775
Binary1111101101010101011101010000110010110111100010011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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