#7AA7BC

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

Shades of Glacier #7AA7BC

Tints of Glacier #7AA7BC

Color information

#7AA7BC (or 0x7AA7BC) is unknown color: approx Glacier. HEX triplet: 7A, A7 and BC. RGB value is (122,167,188). Sum of RGB (Red+Green+Blue) = 122+167+188=477 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.58% from 477); Green value is 167 (65.62% from 255 or 35.01% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #7AA7BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA7BC is #855843. Grayscale: #9B9B9B. Windows color (decimal): -8738884 or 12363642. OLE color: 12363642.

HSL color Cylindrical-coordinate representation of color #7AA7BC: hue angle of 199.09º 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 #7AA7BC is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB122167188-
CMYK0.350.1100.26
HSL199.09º33%60.78%-
HSV(B)199.09º35.11%73.73%-
XYZ30.9235.4152.78-
YUV155.94146.09103.79-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.58%
GREEN value IS 167 (65.62% from 255) = 35.01%
BLUE value IS 188 (73.83% from 255) = 39.41%
R=25.58%
G=35.01%
B=39.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1221671880.350.1100.26199.093360.78
Hex7AA7BC23B01Ac7213d
Octal17224727443130323074175
Binary11110101010011110111100100011101101101011000111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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