#7FABBA

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

Shades of Glacier #7FABBA

Tints of Glacier #7FABBA

Color information

#7FABBA (or 0x7FABBA) is unknown color: approx Glacier. HEX triplet: 7F, AB and BA. RGB value is (127,171,186). Sum of RGB (Red+Green+Blue) = 127+171+186=484 (64% of max value = 765). Red value is 127 (50% from 255 or 26.24% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 186 - color contains mainly: blue. Hex color #7FABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FABBA is #805445. Grayscale: #9F9F9F. Windows color (decimal): -8410182 or 12233599. OLE color: 12233599.

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

Color convert

RGB127171186-
CMYK0.320.0800.27
HSL195.25º29.95%61.37%-
HSV(B)195.25º31.72%72.94%-
XYZ32.1837.1851.94-
YUV159.55142.92104.78-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.24%
GREEN value IS 171 (67.19% from 255) = 35.33%
BLUE value IS 186 (73.05% from 255) = 38.43%
R=26.24%
G=35.33%
B=38.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1271711860.320.0800.27195.2529.9561.37
Hex7FABBA20801Bc31e3d
Octal17725327240100333033675
Binary1111111101010111011101010000010000110111100001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,171,186); }

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

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

 a { background-color: rgb(127,171,186); }

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

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

 span { border-color: rgb(127,171,186); }

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