#7FAABB

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

Shades of Glacier #7FAABB

Tints of Glacier #7FAABB

Color information

#7FAABB (or 0x7FAABB) is unknown color: approx Glacier. HEX triplet: 7F, AA and BB. RGB value is (127,170,187). Sum of RGB (Red+Green+Blue) = 127+170+187=484 (64% of max value = 765). Red value is 127 (50% from 255 or 26.24% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 187 - color contains mainly: blue. Hex color #7FAABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAABB is #805544. Grayscale: #9E9E9E. Windows color (decimal): -8410437 or 12298879. OLE color: 12298879.

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

Color convert

RGB127170187-
CMYK0.320.0900.27
HSL197º30.61%61.57%-
HSV(B)197º32.09%73.33%-
XYZ32.136.8552.43-
YUV159.08143.75105.12-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.24%
GREEN value IS 170 (66.80% from 255) = 35.12%
BLUE value IS 187 (73.44% from 255) = 38.64%
R=26.24%
G=35.12%
B=38.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1271701870.320.0900.2719730.6161.57
Hex7FAABB20901Bc51f3e
Octal17725227340110333053776
Binary1111111101010101011101110000010010110111100010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,170,187); }

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

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

 a { background-color: rgb(127,170,187); }

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

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

 span { border-color: rgb(127,170,187); }

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