#7AACB9

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

Shades of Glacier #7AACB9

Tints of Glacier #7AACB9

Color information

#7AACB9 (or 0x7AACB9) is unknown color: approx Glacier. HEX triplet: 7A, AC and B9. RGB value is (122,172,185). Sum of RGB (Red+Green+Blue) = 122+172+185=479 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.47% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 185 (72.66% from 255 or 38.62% from 479); Max value from RGB is 185 - color contains mainly: blue. Hex color #7AACB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AACB9 is #855346. Grayscale: #9E9E9E. Windows color (decimal): -8737607 or 12168314. OLE color: 12168314.

HSL color Cylindrical-coordinate representation of color #7AACB9: hue angle of 192.38º degrees, saturation: 0.31, 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 #7AACB9 is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB122172185-
CMYK0.340.0700.27
HSL192.38º31.03%60.2%-
HSV(B)192.38º34.05%72.55%-
XYZ31.5437.1551.41-
YUV158.53142.94101.94-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.47%
GREEN value IS 172 (67.58% from 255) = 35.91%
BLUE value IS 185 (72.66% from 255) = 38.62%
R=25.47%
G=35.91%
B=38.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221721850.340.0700.27192.3831.0360.2
Hex7AACB922701Bc01f3c
Octal1722542714270333003774
Binary111101010101100101110011000101110110111100000011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AACB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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