#7AACBC

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

Shades of Glacier #7AACBC

Tints of Glacier #7AACBC

Color information

#7AACBC (or 0x7AACBC) is unknown color: approx Glacier. HEX triplet: 7A, AC and BC. RGB value is (122,172,188). Sum of RGB (Red+Green+Blue) = 122+172+188=482 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.31% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 188 - color contains mainly: blue. Hex color #7AACBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AACBC is #855343. Grayscale: #9E9E9E. Windows color (decimal): -8737604 or 12364922. OLE color: 12364922.

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

Color convert

RGB122172188-
CMYK0.350.0900.26
HSL194.55º33%60.78%-
HSV(B)194.55º35.11%73.73%-
XYZ31.8637.2753.09-
YUV158.87144.44101.7-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.31%
GREEN value IS 172 (67.58% from 255) = 35.68%
BLUE value IS 188 (73.83% from 255) = 39.00%
R=25.31%
G=35.68%
B=39.00%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1221721880.350.0900.26194.553360.78
Hex7AACBC23901Ac3213d
Octal17225427443110323034175
Binary11110101010110010111100100011100101101011000011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AACBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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