#7AABB9

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

Shades of Glacier #7AABB9

Tints of Glacier #7AABB9

Color information

#7AABB9 (or 0x7AABB9) is unknown color: approx Glacier. HEX triplet: 7A, AB and B9. RGB value is (122,171,185). Sum of RGB (Red+Green+Blue) = 122+171+185=478 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.52% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 185 (72.66% from 255 or 38.70% from 478); Max value from RGB is 185 - color contains mainly: blue. Hex color #7AABB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AABB9 is #855446. Grayscale: #9D9D9D. Windows color (decimal): -8737863 or 12168058. OLE color: 12168058.

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

Color convert

RGB122171185-
CMYK0.340.0800.27
HSL193.33º31.03%60.2%-
HSV(B)193.33º34.05%72.55%-
XYZ31.3536.7751.34-
YUV157.94143.27102.36-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.52%
GREEN value IS 171 (67.19% from 255) = 35.77%
BLUE value IS 185 (72.66% from 255) = 38.70%
R=25.52%
G=35.77%
B=38.70%

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
Decimal1221711850.340.0800.27193.3331.0360.2
Hex7AABB922801Bc11f3c
Octal17225327142100333013774
Binary1111010101010111011100110001010000110111100000111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AABB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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