#7AABC0

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

Shades of Glacier #7AABC0

Tints of Glacier #7AABC0

Color information

#7AABC0 (or 0x7AABC0) is unknown color: approx Glacier. HEX triplet: 7A, AB and C0. RGB value is (122,171,192). Sum of RGB (Red+Green+Blue) = 122+171+192=485 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.15% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 192 - color contains mainly: blue. Hex color #7AABC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AABC0 is #85543F. Grayscale: #9E9E9E. Windows color (decimal): -8737856 or 12626810. OLE color: 12626810.

HSL color Cylindrical-coordinate representation of color #7AABC0: hue angle of 198º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7AABC0 is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB122171192-
CMYK0.360.1100.25
HSL198º35.71%61.57%-
HSV(B)198º36.46%75.29%-
XYZ32.137.0755.33-
YUV158.74146.77101.79-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.15%
GREEN value IS 171 (67.19% from 255) = 35.26%
BLUE value IS 192 (75.39% from 255) = 39.59%
R=25.15%
G=35.26%
B=39.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221711920.360.1100.2519835.7161.57
Hex7AABC024B019c6243e
Octal17225330044130313064476
Binary11110101010101111000000100100101101100111000110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AABC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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