#7AACBA

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

Shades of Glacier #7AACBA

Tints of Glacier #7AACBA

Color information

#7AACBA (or 0x7AACBA) is unknown color: approx Glacier. HEX triplet: 7A, AC and BA. RGB value is (122,172,186). Sum of RGB (Red+Green+Blue) = 122+172+186=480 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.42% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 186 - color contains mainly: blue. Hex color #7AACBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AACBA is #855345. Grayscale: #9E9E9E. Windows color (decimal): -8737606 or 12233850. OLE color: 12233850.

HSL color Cylindrical-coordinate representation of color #7AACBA: hue angle of 193.12º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7AACBA is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB122172186-
CMYK0.340.0800.27
HSL193.12º31.68%60.39%-
HSV(B)193.12º34.41%72.94%-
XYZ31.6437.1951.96-
YUV158.65143.44101.86-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.42%
GREEN value IS 172 (67.58% from 255) = 35.83%
BLUE value IS 186 (73.05% from 255) = 38.75%
R=25.42%
G=35.83%
B=38.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221721860.340.0800.27193.1231.6860.39
Hex7AACBA22801Bc1203c
Octal17225427242100333014074
Binary11110101010110010111010100010100001101111000001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,172,186); }

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

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

 a { background-color: rgb(122,172,186); }

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

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

 span { border-color: rgb(122,172,186); }

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