#7FAABF

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

Shades of Glacier #7FAABF

Tints of Glacier #7FAABF

Color information

#7FAABF (or 0x7FAABF) is unknown color: approx Glacier. HEX triplet: 7F, AA and BF. RGB value is (127,170,191). Sum of RGB (Red+Green+Blue) = 127+170+191=488 (64% of max value = 765). Red value is 127 (50% from 255 or 26.02% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 191 - color contains mainly: blue. Hex color #7FAABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAABF is #805540. Grayscale: #9F9F9F. Windows color (decimal): -8410433 or 12561023. OLE color: 12561023.

HSL color Cylindrical-coordinate representation of color #7FAABF: hue angle of 199.69º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7FAABF is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB127170191-
CMYK0.340.1100.25
HSL199.69º33.33%62.35%-
HSV(B)199.69º33.51%74.9%-
XYZ32.5337.0254.72-
YUV159.54145.75104.79-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.02%
GREEN value IS 170 (66.80% from 255) = 34.84%
BLUE value IS 191 (75% from 255) = 39.14%
R=26.02%
G=34.84%
B=39.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271701910.340.1100.25199.6933.3362.35
Hex7FAABF22B019c8213e
Octal17725227742130313104176
Binary11111111010101010111111100010101101100111001000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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