#7AABBB

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

Shades of Glacier #7AABBB

Tints of Glacier #7AABBB

Color information

#7AABBB (or 0x7AABBB) is unknown color: approx Glacier. HEX triplet: 7A, AB and BB. RGB value is (122,171,187). Sum of RGB (Red+Green+Blue) = 122+171+187=480 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.42% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 187 - color contains mainly: blue. Hex color #7AABBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AABBB is #855444. Grayscale: #9E9E9E. Windows color (decimal): -8737861 or 12299130. OLE color: 12299130.

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

Color convert

RGB122171187-
CMYK0.350.0900.27
HSL194.77º32.34%60.59%-
HSV(B)194.77º34.76%73.33%-
XYZ31.5636.8552.46-
YUV158.17144.27102.2-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.42%
GREEN value IS 171 (67.19% from 255) = 35.62%
BLUE value IS 187 (73.44% from 255) = 38.96%
R=25.42%
G=35.62%
B=38.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221711870.350.0900.27194.7732.3460.59
Hex7AABBB23901Bc3203d
Octal17225327343110333034075
Binary11110101010101110111011100011100101101111000011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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