#7FAABA

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

Shades of Glacier #7FAABA

Tints of Glacier #7FAABA

Color information

#7FAABA (or 0x7FAABA) is unknown color: approx Glacier. HEX triplet: 7F, AA and BA. RGB value is (127,170,186). Sum of RGB (Red+Green+Blue) = 127+170+186=483 (63% of max value = 765). Red value is 127 (50% from 255 or 26.29% from 483); Green value is 170 (66.80% from 255 or 35.20% 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 #7FAABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAABA is #805545. Grayscale: #9E9E9E. Windows color (decimal): -8410438 or 12233343. OLE color: 12233343.

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

Color convert

RGB127170186-
CMYK0.320.0900.27
HSL196.27º29.95%61.37%-
HSV(B)196.27º31.72%72.94%-
XYZ31.9936.8151.87-
YUV158.97143.25105.2-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.29%
GREEN value IS 170 (66.80% from 255) = 35.20%
BLUE value IS 186 (73.05% from 255) = 38.51%
R=26.29%
G=35.20%
B=38.51%

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
Decimal1271701860.320.0900.27196.2729.9561.37
Hex7FAABA20901Bc41e3d
Octal17725227240110333043675
Binary1111111101010101011101010000010010110111100010011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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