#7AABBC

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

Shades of Glacier #7AABBC

Tints of Glacier #7AABBC

Color information

#7AABBC (or 0x7AABBC) is unknown color: approx Glacier. HEX triplet: 7A, AB and BC. RGB value is (122,171,188). Sum of RGB (Red+Green+Blue) = 122+171+188=481 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.36% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 188 - color contains mainly: blue. Hex color #7AABBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AABBC is #855443. Grayscale: #9E9E9E. Windows color (decimal): -8737860 or 12364666. OLE color: 12364666.

HSL color Cylindrical-coordinate representation of color #7AABBC: hue angle of 195.45º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7AABBC is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB122171188-
CMYK0.350.0900.26
HSL195.45º33%60.78%-
HSV(B)195.45º35.11%73.73%-
XYZ31.6736.8953.03-
YUV158.29144.77102.12-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.36%
GREEN value IS 171 (67.19% from 255) = 35.55%
BLUE value IS 188 (73.83% from 255) = 39.09%
R=25.36%
G=35.55%
B=39.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1221711880.350.0900.26195.453360.78
Hex7AABBC23901Ac3213d
Octal17225327443110323034175
Binary11110101010101110111100100011100101101011000011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AABBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,171,188); }

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

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

 a { background-color: rgb(122,171,188); }

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

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

 span { border-color: rgb(122,171,188); }

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