#7AAFBA

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

Shades of Glacier #7AAFBA

Tints of Glacier #7AAFBA

Color information

#7AAFBA (or 0x7AAFBA) is unknown color: approx Glacier. HEX triplet: 7A, AF and BA. RGB value is (122,175,186). Sum of RGB (Red+Green+Blue) = 122+175+186=483 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.26% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #7AAFBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AAFBA is #855045. Grayscale: #A0A0A0. Windows color (decimal): -8736838 or 12234618. OLE color: 12234618.

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

Color convert

RGB122175186-
CMYK0.340.0600.27
HSL190.31º31.68%60.39%-
HSV(B)190.31º34.41%72.94%-
XYZ32.2238.3452.16-
YUV160.41142.44100.61-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.26%
GREEN value IS 175 (68.75% from 255) = 36.23%
BLUE value IS 186 (73.05% from 255) = 38.51%
R=25.26%
G=36.23%
B=38.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221751860.340.0600.27190.3131.6860.39
Hex7AAFBA22601Bbe203c
Octal1722572724260332764074
Binary1111010101011111011101010001011001101110111110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,175,186); }

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

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

 a { background-color: rgb(122,175,186); }

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

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

 span { border-color: rgb(122,175,186); }

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