#7DAAC3

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

Shades of Glacier #7DAAC3

Tints of Glacier #7DAAC3

Color information

#7DAAC3 (or 0x7DAAC3) is unknown color: approx Glacier. HEX triplet: 7D, AA and C3. RGB value is (125,170,195). Sum of RGB (Red+Green+Blue) = 125+170+195=490 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.51% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 195 (76.56% from 255 or 39.80% from 490); Max value from RGB is 195 - color contains mainly: blue. Hex color #7DAAC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAAC3 is #82553C. Grayscale: #9F9F9F. Windows color (decimal): -8541501 or 12823165. OLE color: 12823165.

HSL color Cylindrical-coordinate representation of color #7DAAC3: hue angle of 201.43º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7DAAC3 is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB125170195-
CMYK0.360.1300.24
HSL201.43º36.84%62.75%-
HSV(B)201.43º35.9%76.47%-
XYZ32.6837.0557.06-
YUV159.39148.09103.47-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.51%
GREEN value IS 170 (66.80% from 255) = 34.69%
BLUE value IS 195 (76.56% from 255) = 39.80%
R=25.51%
G=34.69%
B=39.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1251701950.360.1300.24201.4336.8462.75
Hex7DAAC324D018c9253f
Octal17525230344150303114577
Binary11111011010101011000011100100110101100011001001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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